Metadata-Version: 2.4
Name: sectionate
Version: 0.3.1
Summary: A package to sample grid-consistent sections from ocean model outputs
Project-URL: Homepage, https://github.com/MOM6-community/sectionate
Project-URL: Bugs/Issues/Features, https://github.com/MOM6-community/sectionate/issues
Project-URL: Sibling package, https://github.com/hdrake/regionate
Author-email: Raphael Dussin <raphael.dussin@gmail.com>, "Henri F. Drake" <hfdrake@uci.edu>
License-File: LICENSE
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Requires-Dist: dask
Requires-Dist: numba
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: xarray
Requires-Dist: xgcm>=0.9.0
Description-Content-Type: text/markdown

# sectionate
A package to sample grid-consistent sections from ocean model outputs

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/raphaeldussin/sectionate/master)

Quick Start Guide
-----------------

**For users: minimal installation within an existing environment**
```bash
pip install sectionate
```

**For developers: installing dependencies from scratch using `conda`**
```bash
git clone https://github.com/MOM6-community/sectionate.git
cd sectionate
conda env create -f docs/environment.yml
conda activate docs_env_sectionate
pip install -e .
python -m ipykernel install --user --name docs_env_sectionate --display-name "docs_env_sectionate"
jupyter-lab
```
