Datacube 1.8.18
Transitional Release
1.8.18 contains bugfixes, as well as enhancements and changes to help prepare for the migration to Open Data Cube 1.9.x. This release likely contains the last significant enhancements to the 1.8.x series. The first 1.9 series release candidate will be published imminently. Future development will focus on the 1.9.x series, although 1.8.x series maintenance and bugfix releases will continue for the forseeable future.
- Add dataset cli tool
find-duplicates
to identify duplicate indexed datasets (#1517) - Make solar_day() timezone aware (#1521)
- Warn if non-eo3 dataset has eo3 metadata type (#1523)
- Update pandas version in docker image to be consistent with conda environment and default to stdlib
timezone instead of pytz when converting timestamps; automatically update copyright years (#1527) - Update github-Dockerhub credential-passing mechanism. (#1528)
- Tweak
list_products
logic for getting crs and resolution values (#1535) - Add new ODC Cheatsheet reference doc to Data Access & Analysis documentation page (#1543)
- Compatibility fix to allow users to supply
odc.geo
-style GeoBoxes todc.load(like=...)
(#1551) - Fix broken codecov github action. (#1554)
- Update documentation links to DEA Knowledge Hub (#1559)
- Throw error if
time
dimension is provided as an int or float to Query construction
instead of assuming it to be seconds since epoch (#1561) - Add generic NOT operator and for ODC queries and
Not
type wrapper (#1563) - Update whats_new.rst for release (#1568)
Includes contributions from @robbibt, @Ariana-B, @benji-glitsos-ga and @SpacemanPaul