This package contains:
- A draft specification for the EO3 format.
- Extensible libraries to easily read, write, validate and convert ODC datasets.
This package is designed to ignore all metadata except that directly interpreted by ODC
Other metadata validation, creation, conversion, etc. can be handled by eo-datasets, from which this package was originally forked.
git clone [email protected]:opendatacube/eo3.git
pip install -e ./eo3
# optional
pip istall eo-datasets
Python 3.8+ is supported.