Various python modules related to modeling and oceanographic data analysis.
stompy requires a Python 3 environment with gdal installed. There are many ways to set this up. The recommended method would be creating a mamba (or conda) environment:
mamba create -n <env-name> python "gdal<3.9" "numpy<2.0"
mamba activate <env-name>
pip install stompy-ocean
Coming soon
See the Documentation pages for descriptions of the various modules.
If you run into any bugs using stompy, you are encouraged to submit an Issue or PR to this repo.