Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.18 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.18 KB

EO Datasets

Linting Tests

This package contains:

  1. A draft specification for the EO3 format.
  2. 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.

Installation

git clone [email protected]:opendatacube/eo3.git
pip install -e ./eo3

# optional
pip istall eo-datasets

Python 3.8+ is supported.