Skip to content

Releases: opendatacube/datacube-core

1.1.2 Wind Chill

28 Jun 23:52
Compare
Choose a tag to compare

This release brings major performance and usability improvements

  • Major performance improvements to GridWorkflow and Ingester
  • Ingestion can be limited to one year at a time to limit memory usage
  • Ingestion can be done in two stages (serial followed by highly parallel) by using save-tasks/load-tasks options.
    This should help reduce idle time in distributed processing case.
  • General improvements to documentation.

1.1.1 Good Idea

22 Jun 23:35
Compare
Choose a tag to compare

This release contains lots of fixes in preparation for the first large
ingestion of Geoscience Australia data into a production version of
AGDCv2.

  • General improvements to documentation and user friendliness.
  • Updated metadata in configuration files for ingested products.
  • Full provenance history is saved into ingested files.
  • Added software versions, machine info and other details of the
    ingestion run into the provenance.
  • Added valid data region information into metadata for ingested data.
  • Fixed bugs relating to changes in Rasterio and GDAL versions.
  • Refactored GridWorkflow to be easier to use, and include
    preliminary code for saving created products.
  • Improvements and fixes for bit mask generation.
  • Lots of other minor but important fixes throughout the codebase.

1.1.0 No Spoon

07 Jun 02:08
Compare
Choose a tag to compare

This release includes restructuring of code, APIs, tools, configurations and concepts. The result of this churn is cleaner code, faster performance and the ability to handle provenance tracking of Datasets created within the Data Cube.

The major changes include:

  • The datacube-config and datacube-ingest tools have been combined into datacube.
  • Added dependency on pandas for nicer search results listing and handling.
  • Indexing and Ingestion have been split into separate steps.
  • Data that has been indexed can be accessed without going through the ingestion process.
  • Data can be requested in any projection and will be dynamically reprojected if required.
  • Storage Type has been removed, and an Ingestion Configuration has taken it’s place.
  • A new Datacube class for querying and accessing data.

1.0.4 Square Clouds

03 Jun 00:29
Compare
Choose a tag to compare

Feature freeze for 1.0

1.0.3 Unhappy Panda

14 Apr 03:43
Compare
Choose a tag to compare

Many API improvements

datacube-1.0.0

11 Mar 02:23
Compare
Choose a tag to compare

This realase is to support generation of GA Landsat reference data.