opendatacube / datacube-core

Open Data Cube analyses continental scale Earth Observation data through time
http://www.opendatacube.org
Apache License 2.0
493 stars 175 forks source link

list_products ignores information in load hints #1531

Closed Kirill888 closed 5 months ago

Kirill888 commented 5 months ago

Products can specify preferred CRS and resolution for data loading via "load hints". Those are ignored when generating product summary table with Datacube.list_products() method.

https://github.com/opendatacube/datacube-core/blob/47f0aca621fd2334298181f0647febc337943f49/datacube/api/core.py#L124-L133

Code above only looks at grid_spec, which won't be defined for product with load hints only.