Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 839 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 839 Bytes

stompy: spatial tools for ocean modeling in python

Various python modules related to modeling and oceanographic data analysis.

Prerequisites

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>

Installation

Installing with pip

pip install stompy-ocean

Installing with mamba/conda

Coming soon

Documentation

See the Documentation pages for descriptions of the various modules.

Issues

If you run into any bugs using stompy, you are encouraged to submit an Issue or PR to this repo.