Skip to content

1.1.0 No Spoon

Compare
Choose a tag to compare
@v0lat1le v0lat1le released this 07 Jun 02:08
· 4529 commits to develop since this release

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.