Read-only mirror of https://github.com/MeteoSwiss/cosmo-archive-retrieve — MeteoSwiss. Issues & pull requests at the source.
  • Python 98.9%
  • Shell 1.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-04-30 16:44:28 +02:00
cosmo_archive_retrieve first version that traverses the archive and and generates a single zarr store 2024-04-30 16:44:28 +02:00
doc first commit 2024-03-28 18:58:12 +01:00
scripts first version that traverses the archive and and generates a single zarr store 2024-04-30 16:44:28 +02:00
test first version that traverses the archive and and generates a single zarr store 2024-04-30 16:44:28 +02:00
.gitignore first commit 2024-03-28 18:58:34 +01:00
.python-version first commit 2024-03-28 18:58:34 +01:00
environment.yml first version that traverses the archive and and generates a single zarr store 2024-04-30 16:44:28 +02:00
HISTORY.rst first commit 2024-03-28 18:58:12 +01:00
Jenkinsfile first version that traverses the archive and and generates a single zarr store 2024-04-30 16:44:28 +02:00
LICENSE first commit 2024-03-28 18:58:12 +01:00
pyproject.toml first version that traverses the archive and and generates a single zarr store 2024-04-30 16:44:28 +02:00
README.rst first version that traverses the archive and and generates a single zarr store 2024-04-30 16:44:28 +02:00
sonar-project.properties first commit 2024-03-28 18:58:12 +01:00

=============================
cosmo-archive-retrieve
=============================

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

Setup virtual environment

.. code-block:: console

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


Run tests

.. code-block:: console

    $ poetry run pytest

Generate documentation

.. code-block:: console

    $ poetry run sphinx-build doc doc/_build

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

Build wheels

.. code-block:: console

    $ poetry build