Tooling for constructing xarray objects from parsed metadata, part of the Open Data Cube ecosystem. Current version 0.6.4, requires Python >=3.10. Release cadence is irregular.
pip install odc-loaderNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: create an ODCEra5 object from an xarray dataset and a GeoBox.
Replace grid=... with geobox=... when constructing ODCEra5 or other loader classes.
Always supply a geobox with correct CRS (e.g., via GeoBox.from_crs) and ensure CRS matches your data.
Install both: pip install odc-loader odc-geo