Skip to content

Releases: opendatacube/odc-stac

v0.3.0

07 Jun 00:29
Compare
Choose a tag to compare

Major Changes from v0.2.4

  • No longer depend on datacube library
    • Significantly smaller set of compulsory dependencies, easier to install/deploy
  • Using odc-geo library instead of datacube for GeoBox and Geometry classes
  • Can load data into rotated pixel planes (Example)
  • Arbitrary grouping of STAC items into pixel planes with user supplied grouping methods or group by property name
  • Better handling of credentials and other GDAL state in distributed context
    • credentials and GDAL environment configuration were part of the global state previously, now global state is removed, so you can access collections with different permissions from the same Dask cluster (for example mixing public and private access).
  • Parallelized data loading even when not using Dask
  • Progress reporting for non-Dask load with tqdm

See demo notebook highlighting some of the new features of odc-stac and features enabled by transition to odc-geo.

What's Changed

Auto-generated changes follow here

New Contributors

Full Changelog: v0.2.4...v0.3.0

v0.2.4

19 Jan 05:02
Compare
Choose a tag to compare

Changed

  • Removed odc.index. module

v0.2.3

05 Jan 02:06
Compare
Choose a tag to compare

Added

  • This CHANGELOG
  • requirements-dev.txt
  • Documentation
  • Upload built conda environment as an artifact
  • Notebook rendering to Github actions, including hash-based artifact checks
  • Initial benchmarking tooling, still in progress

Changed

  • Moved publishing steps into separate workflows
  • Deprecated imports from odc.index.*
  • Removed .units attribute from .time axis for better inter-op with .to_zarr, .to_netcdf

Fixed

  • Handling of STAC Items with only partial proj data
  • Typos in documentation

v0.2.2

25 Oct 23:29
Compare
Choose a tag to compare
  • More robust raster data detection (#5, #6)

v0.2.1

19 Oct 03:24
Compare
Choose a tag to compare

First non-alpha release

v0.2.0a9

12 Oct 03:53
Compare
Choose a tag to compare
v0.2.0a9 Pre-release
Pre-release

Testing release process