Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 675 Bytes

README.rst

File metadata and controls

36 lines (21 loc) · 675 Bytes

cosmo-archive-retrieve

Python library for extracting datasets from the COSMO archive as zarr.

Setup virtual environment

$ cd cosmo-archive-retrieve
$ conda env create -f environment.yml
$ conda activate cosmo-archive-retrieve
$ poetry run pre-install
$ poetry install

Run tests

$ poetry run pytest

Generate documentation

$ poetry run sphinx-build doc doc/_build

Then open the index.html file generated in cosmo-archive-retrieve/build/_build/

Build wheels

$ poetry build