Skip to content

2.6.0

Compare
Choose a tag to compare
@jeremyh jeremyh released this 14 Sep 06:42
· 613 commits to develop since this release

We are now installable via pypi:

pip install datacube-explorer

Added GeoJSON download options to many pages (#298, #312):

Region information is now shown directly on the map as a tooltip (#314):

Screenshot from 2021-09-13 17-44-39

Regions pages are now also pageable (#316):

Screenshot from 2021-09-14 12-18-46

  • Stac support bumped to 1.0.0 (#307)
  • Expanded the API docs on the about page. (#302)
  • Added csv+page for product time period counts (#311)
  • The --force flag for cubedash-gen will now also scan for deleted datasets by default (#308).
  • Moved from using the (abandoned) flask-themes to flask-themer (#271)
  • Improved repository setup + pre-commit rules.