Installing

Using datasets

To install the package, you can use the following command:

pip install anemoi-datasets

Creating datasets

pip install anemoi-datasets[create]

Contributing

git clone ...
cd anemoi-datasets
pip install .[dev]
pip install -r docs/requirements.txt

You may also have to install pandoc on MacOS:

brew install pandoc