Skip to content

jmineau/slv

Repository files navigation

Salt Lakey Valley py

Tests Documentation Code Quality codecov PyPI version Python Version License: MIT Ruff Pyright

Salt Lake Valley python modules

Installation

Standard (uv or pip)

git clone https://github.com/jmineau/slv.git
cd slv
uv sync  # or: pip install -e .

To include the inversion module:

uv sync --extra inversion  # or: pip install -e ".[inversion]"

With xesmf (inversion + regridding)

xesmf requires a pre-built ESMF library and must be installed via conda-forge alongside the rest of the environment:

git clone https://github.com/jmineau/slv.git
cd slv
conda env create -f ci/environment.yml
conda activate slv
pip install --no-deps -e .

Usage

import slv

# Add usage example here

Documentation

Full documentation is available at https://jmineau.github.io/slv/

Contributing

Contributions are welcome! Please see CONTRIBUTING.md for guidelines.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

James Mineau - jmineau

About

Salt Lake Valley python package

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors