Skip to content

Releases: opendatacube/odc-stac

v0.4.0

01 May 05:27

Choose a tag to compare

What's Changed

  • First release with odc.loader.* code extracted into a separate module.
  • Using more modern packaging backend flit-core
  • Various maintenance tasks

Full auto-generated list of changes

New Contributors

Full Changelog: v0.3.10...v0.4.0

v0.4.0rc2

03 Apr 05:53

Choose a tag to compare

v0.4.0rc2 Pre-release
Pre-release

First release candidate with odc.loader.* code extracted into a separate module.

What's Changed

New Contributors

Full Changelog: v0.3.10...v0.4.0rc2

v0.3.11

07 Jan 04:48

Choose a tag to compare

What's Changed

Maintenance release addressing use of deprecated pystac accessors and a fix for chunks="auto" (#181)

New Contributors

Full Changelog: v0.3.10...v0.3.11

v0.3.10

01 Jul 02:33

Choose a tag to compare

Major loader refactor

There has been a significant change to the loader code. This change was needed to support hyper-spectral sources in odc-stac and datacube. Xarrays generated by the new loader can have extra dimensions beyond just time,y,x, for example for a visual band one might want to load data into an array with dimensions time,y,x,rgba.

Native zarr support

There is a new loader driver based around xarray.open_zarr(..), driver="zarr". You give it content of .zmetadata file and a url pointing to zarr root for each input dataset and it constructs Dask graph taking care of being properly "lazy". Note that with the use of kerchunk it's possible to construct "zarr spec" around hdf5 data on S3.

What's Changed (auto generated)

New Contributors

Full Changelog: v0.3.9...v0.3.10

v0.3.9

01 Feb 04:44

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.8...v0.3.9

v0.3.8

13 Nov 07:31

Choose a tag to compare

What's Changed

This is mostly to fix regression in the previous version. Automatic computation of output geobox was broken for certain inputs #131.

New Contributors

Full Changelog: v0.3.7...v0.3.8

v0.3.7

09 Oct 03:23

Choose a tag to compare

What's Changed

  • Add support for "auto" chunks #123
  • Implement chunking along "time" dimension #81
  • More precise GeoBox for some data sources #125
    • consider pixel alignment of the GeoBox, not just CRS and resolution
    • useful when working tih data sources that align x=0,y=0 to pixel centers rather than pixel edges

Full Changelog: v0.3.6...v0.3.7

v0.3.6

13 May 04:15

Choose a tag to compare

What's Changed

This is mostly about better support for multi-band assets, also fixes some corner cases in STAC item interpretation.

New Contributors

Full Changelog: v0.3.5...v0.3.6

v0.3.5

17 Jan 23:04

Choose a tag to compare

What's Changed

  • fix: handle missing bands when constructing Dask graph by @Kirill888 in #103

Full Changelog: v0.3.4...v0.3.5

v0.3.4

08 Dec 03:09

Choose a tag to compare

What's Changed

  • Add "continue on error" feature to odc.stac.load by @Kirill888 in #100
  • Github actions maintenance
  • Minor corrections to docs

Full Changelog: v0.3.3...v0.3.4