Skip to content

Releases: opendatacube/datacube-explorer

2.2.2: Menus and restructure

03 Dec 03:11
Compare
Choose a tag to compare

CHANGELOG

  • Clean-up of page and URL hierarchies [#235]
    (Note: Redirects from old URLs are included for backwards compatibility. If you see anything not redirecting properly, please tell us.)
  • Merge the /about and /dashboard pages into a 'storage' page [#199]
    • Add derived and source columns to the page [#238]
    • Show example locations on the product pages [#200]
    • Add ages of summaries to the /about page [#224]
  • Add a real /about page, describing Explorer's apis [#240]
  • Implement latest stac 1.0.0 beta [#202]
    • Other Stac fixes [#229] [#237] [#230] [#243]
    • An optional _full=true url query parameter on Stac searches to return full Stac Item metadata within search results. This can be much slower so is not the default. Can be made the default with config property STAC_DEFAULT_FULL_ITEM_INFORMATION = True
  • [UI/UX] Add menu to explorer [#234]
  • [UI] Mini theme rework [#233] [#239] [#242]
  • Add '/arrivals page to view recently added datasets [#231] [#245]
  • Build fix for deployment docker image [#226]
  • Fix date selector where day is missing for multiyear datasets [#222]
  • Fix product time date selector [#217]
  • [UI] Clean-up dataset search page UI issues [#216]
  • Maintain CI YML for GHA changes [#213]
  • Fix SQLAlchemy breaking changes in version bump with pinned dependency [#212]
  • Add geometry validity check [#209]
  • Redact scanner and old image names [#205]
  • Add Apache 2.0 License to datacube-explorer [#203]

2.2.1

01 Oct 04:31
Compare
Choose a tag to compare

Fix the pipeline

2.2.0

30 Sep 20:24
Compare
Choose a tag to compare
  • 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.

Handle raw WKT

16 Jun 07:39
Compare
Choose a tag to compare

This release adds preliminary functionality to parse EPSG codes from String based WKT definitions.

Explorer Docker Image release under new name

13 Jun 23:02
Compare
Choose a tag to compare

This is a docker image focused release. It makes the following changes to how Dockerhub images for this project are published, names and versioned.

  • Uses bare semver pattern to align with the rest of the OpenDataCube ecosystem of apps and libraries.
  • Simultaneously publishes this repository to Dockerhub under under dashboard and explorer image names.
  • Scan docker images built using trivy container scanner.

Datacube Core 1.8.0 sync

03 Jun 05:27
Compare
Choose a tag to compare
  • Align Datacube Explorer to use 1.8.0 release of Datacube Core.
  • STAC 0.9.0 Support

Datacube Explorer 2.1.6

19 Mar 03:19
Compare
Choose a tag to compare
  • Include esri: CRSs
  • Make database initialisation default to false

Include packages for rasterio and yaml

11 Mar 02:47
Compare
Choose a tag to compare
cubedash-2.1.5

add in tag logging

Sentry and Template fixes for pip install

06 Mar 05:58
Compare
Choose a tag to compare

Latest changes to enable Sentry in deployment and include templates in build.

New release from build system

06 Mar 01:21
Compare
Choose a tag to compare

This is a hotfix to replace 2.1.3 as we weren't properly including templates and other files.