Skip to content

Releases: opendatacube/odc-geo

v0.4.8

17 Jul 00:04
aad1a61
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v0.4.2

26 Jan 01:05
Compare
Choose a tag to compare

What's Changed

  • Add new odc.mask and odc.crop methods for masking and cropping xarray data by geometries by @robbibt in #114
  • Add new .odc.explore() method for automatically plotting raster data on an interactive map by @robbibt in #116
  • Saving larger than RAM Dask images to COG on S3 by @Kirill888 in #119

Maintenance

Full Changelog: v0.4.1...v0.4.2

v0.4.1

27 Jun 03:59
Compare
Choose a tag to compare

What's Changed

  • Fix layer name handing with Folium and .odc.add_to() by @robbibt in #101
  • Use xarray .name attribute as Folium/Ipyleaflet layer name if it exists by @robbibt in #103
  • Updated test requirements by @SpacemanPaul in #105
  • Include full 2D scale (as XY) in ReprojectionInfo object. by @SpacemanPaul in #106
  • Work around for warp issues inside GDAL by @Kirill888 in #109

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0 - Dask reproject

22 May 01:05
Compare
Choose a tag to compare

Main new feature of this release is support for Dask in .odc.reproject(..).

What's Changed

New Contributors

Full Changelog: v0.3.3...v0.4.0

v0.3.3

27 Dec 23:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

26 Oct 22:41
Compare
Choose a tag to compare

What's Changed

Fixes import issues on Python 3.10 introduced in previous release

  • BUG: Use typing.Hashable instead of collections.Hashable by @snowman2 in #74

Full Changelog: v0.3.1...v0.3.2