Skip to content

Datacube v1.8.4

Compare
Choose a tag to compare
@alexgleith alexgleith released this 06 Aug 01:38
· 1044 commits to develop since this release

v1.8.4 (6 August 2021)

  • Removed example and contributed notebooks from the repository. Better notebook examples exist
  • Removed datacube_apps, as these are not used and not maintained
  • Add cloud_cover to EO3 metadata
  • Add erosion functionality to Virtual products' ApplyMask to supplement existing dilation functionality #1049
  • Fix numeric precision issues in compute_reproject_roi when pixel size is small #1047
  • Follow up fix to #1047 to round scale to nearest integer if very close
  • Add support for 3D Datasets #1099
  • New feature: search by URI from the command line datacube dataset uri-search
  • Added new "license" and "description" properties to DatasetType to enable easier access to product information #1143 #1144
  • Revised the Datacube.list_products function to produce a simpler and more useful product list table #1145
  • Refactor docs, making them more up to date and simpler #1137 #1128
  • Add new dataset_predicate param to dc.load and dc.find_datasets for more flexible temporal filtering (e.g. loading data for non-contiguous time ranges such as specific months or seasons over multiple years) #1148 #1156
  • Fix to GroupBy to ensure output output axes are correctly labelled when sorting observations using sort_key #1157
  • GroupBy is now its own class to allow easier custom grouping and sorting of data #1157
  • add support for IAM authentication for RDS databases in AWS #1168