Skip to content

Releases: opendatacube/odc-geo

v0.5.1

10 Mar 00:52
56e36d0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

09 Dec 22:13
0363192

Choose a tag to compare

Maintenance

modernized packaging backend
more type annotations
fixes for Dask imports that broke at dask>=2025.3.0 https://github.com/opendatacube/odc-geo/issues/213
xarray is no longer an optional dependency

Misc. minor bugfixes.

New Features

Initial support for point cloud data. Data arrays with one single dimension and coordinates named x,y[,z] are considered to be point data. There is a new function for loading LAS/COPC files odc.geo.io.load_las, currently not included in docs and will likely change going forward.

What's Changed

New Contributors

Full Changelog: v0.4.10...v0.5.0

v0.5.0rc1

01 May 04:41

Choose a tag to compare

v0.5.0rc1 Pre-release
Pre-release

What's Changed

Maintenance

  • modernized packaging backend
  • more type annotations
  • fixes for Dask imports that broke at dask>=2025.3.0 #213
  • xarray is no longer an optional dependency

New Features

Initial support for point cloud data. Data arrays with one single dimension and coordinates named x,y[,z] are considered to be point data. There is a new function for loading LAS/COPC files odc.geo.io.load_las, currently not included in docs and will likely change going forward.

Full auto-generated list

New Contributors

Full Changelog: v0.4.10...v0.5.0rc1

v0.4.10

03 Mar 04:21

Choose a tag to compare

What's Changed

Full Changelog: v0.4.9.post0...v0.4.10

v0.4.9

16 Jan 08:32

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.8...v0.4.9

v0.4.8

17 Jul 00:04
aad1a61

Choose a tag to compare

What's Changed

Mostly a maintenance release to maintain compatibility with latest versions of upstream libraries.

Full Changelog: v0.4.7...v0.4.8

v0.4.6

08 Jun 03:43

Choose a tag to compare

What's Changed

  • Fix type hint backward compatibility by @fbunt in #154

New Contributors

Full Changelog: v0.4.5...v0.4.6

v0.4.5

15 May 05:49

Choose a tag to compare

What's Changed

  • More flexible construction of xarray.DataArray with a GeoBox
    • Option to force y,x names for spatial dimensions regardless of CRS of the GeoBox, e.g. xr_zeros(..., always_yx=True)
    • Support arbitrary names for spatial dimensions
    • Support arbitrary number of extra non-spatial dimensions
    • Option to specify arbitrary dimension names, e.g. wrap_xr|xr_zeros(..., dims=["T", "Y", "X", "B"])
  • Fixes for rotated GeoBox representation on xarray by @Kirill888 in #151

Full Changelog: v0.4.4...v0.4.5

v0.4.4

09 May 05:42

Choose a tag to compare

What's Changed

GeoBox

COG

Maintenance

New Contributors

Full Changelog: v0.4.3...v0.4.4

v0.4.3

01 Mar 22:46

Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3