Skip to content

rustychris/stompy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9741f5d · May 6, 2025
Aug 8, 2024
Aug 8, 2024
Sep 5, 2019
Feb 14, 2025
May 6, 2025
Jun 23, 2022
Mar 18, 2025
Nov 15, 2023
Nov 20, 2018
Jun 23, 2017
Aug 26, 2024
Aug 28, 2024
Oct 1, 2017
Aug 6, 2024
Sep 14, 2017

Repository files navigation

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.