Installation
Required Dependencies
Optional Dependencies
Some features require additional packages:
- Cubed backend:
cubedandcubed-xarray - VirtualiZarr:
virtualizarr,obstore,obspec_utils,ujson, andzarr - GRIB2 support:
grib2io - HDF4 support:
pyhdf
Instructions
MONETIO is a pure Python package. The easiest way to install it is using pip or conda.
Using pip
You can install MONETIO directly from PyPI:
pip install monetio
Or from the GitHub repository:
pip install git+https://github.com/noaa-oar-arl/monetio.git
Using conda
MONETIO is available on the conda-forge channel:
conda install -c conda-forge monetio
Development Installation
If you want to contribute to MONETIO, you can install it in editable mode:
git clone https://github.com/noaa-oar-arl/monetio.git
cd monetio
pip install -e .