xcube-eopf
is a Python package and
xcube plugin that adds a
data store
named eopf
to xcube. The data store is used to access ESA EOPF data products as an
analysis-ready datacube (ARDC).
The recommended Python distribution for development is miniforge which includes conda, mamba, and their dependencies.
git clone https://github.com/EOPF-Sample-Service/xcube-eopf.git
cd xcube-eopf
mamba env create
mamba activate xcube-eopf
pip install -ve .
mamba activate xcube-eopf
pip install -ve .
pytest
mamba activate xcube-eopf
pip install .[doc]
mkdocs serve
mkdocs gh-deploy