Dear @ctroupin I recently discovered your package and it will help a lot our processing instead of Ocean Data View. Thank's for your code and the DIVA support as well!
I have updated your package in the way to turn it able to get installed with python setup.py install.
I have updated the README
Inclusion of MIT license
Structured setup.py (It needs your mail address).
I took the liberty to call the import with pydiva so it can import the main code by using:
from pydiva import pydiva2d
It would be easy if your package could be included in PyPI archives, so it can be installed with pip directly.
thanks a lot for the contributions! I'd like to have a look to that pretty soon, I like the suggestions and think they will make the package better. I let you know if I need some help.
Dear @ctroupin I recently discovered your package and it will help a lot our processing instead of Ocean Data View. Thank's for your code and the DIVA support as well! I have updated your package in the way to turn it able to get installed with
python setup.py install
.setup.py
(It needs your mail address).I took the liberty to call the import with
pydiva
so it can import the main code by using:It would be easy if your package could be included in PyPI archives, so it can be installed with
pip
directly.If you have any question, please let me help.