Skip to content

v0.3.0

Compare
Choose a tag to compare
@Kirill888 Kirill888 released this 07 Jun 00:29
· 212 commits to develop since this release

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