Skip to content

2.2.0

Compare
Choose a tag to compare
@alexgleith alexgleith released this 30 Sep 20:24
· 974 commits to develop since this release
  • Improved support for EO3 datasets, see #133

  • Regions (grids) are now supported for any product with a region-code field (#162) (previously we only supported Landsat path/rows and Ingested data)
    Screenshot from 2020-07-03 16-43-46

  • Dataset labels are now inferred in many more cases, so you will see fewer raw dataset uuids on pages.

Before:
Screenshot from 2020-07-28 15-47-07

After:

Screenshot from 2020-07-28 15-46-46

  • Expanded the dedicated pages for products, metadata-types, and datasets. Many visual improvements.
    Screenshot from 2020-09-24 16-17-35

  • It now shows metadata fields that are missing from a product definition
    Screenshot from 2020-09-24 16-18-38

  • Added Postgres roles for deploying to production environments with minimal security permissions, see here and #175
    Screenshot from 2020-09-24 16-22-44

  • There are now APIs for downloading the raw documents for the underlying datacube, see #167
    https://explorer.dea.ga.gov.au/product/<name>.odc-product.yaml

  • Document display is improved, and includes links to raw downloads:

Screenshot from 2020-07-28 15-27-05

  • Large field display is collapsible:
    Screenshot from 2020-07-28 15-25-24

  • The groups of products in the top menu are now configurable via custom regexp, see #182
    Screenshot from 2020-09-24 16-20-52

  • Many minor fixes and improvements, eg #179, #196

Schema Migration

This release includes schema changes, and so you will need to rerun cubedash-gen --init to update to the latest schema.

Web servers running the previous release will work with the new schema, but the new release requires the updated schema. So it's recommended you migrate your schema first, before updating your web servers. The servers can continue serving requests while the update is in-progress.