COSIMA / esmgrids

Python representation of Earth System Model grids.
Apache License 2.0
4 stars 7 forks source link

Code Health

esmgrids

This package contains Python representations of Earth System Model grids. These are very useful, for example, for converting model grids between different formats.

Grids currently supported:

To run the tests

pip install '.[tests]'
python -m pytest -m "not broken"