gher-uliege / DivaPythonTools

Interface to run Diva software tool (spatial interpolation).
MIT License
21 stars 7 forks source link

update package structure #2

Closed arnaldorusso closed 6 years ago

arnaldorusso commented 6 years ago

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 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.

If you have any question, please let me help.

ctroupin commented 6 years ago

Dear @arnaldorusso,

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.