Skip to content

v0.2.1

Compare
Choose a tag to compare
@Kirill888 Kirill888 released this 06 Jul 02:54
· 321 commits to develop since this release

What's Changed

Fixes

  • Fixes in colorize|add_to when plotting data with missing pixels
  • Fixes .odc.add_to for maps with custom projections #50
  • Better CRS info display for non-EPSG GeoBoxes
  • Better Dask support for GeoBox, CRS and GeoBoxTiles classes (fixes hashing)

New Features

  • Add GeoBox.compat to convert to datacube version of GeoBox
  • New features robust=True in colorize|add_to, user percentiles for clipping: vmin=2%, vmax=98% #52
  • Add GCP extraction utilities
  • Add Geometry[Point] -> XY[float] conversion

Deprecations

Deprecated iteration over Geometry class to follow shapely deprecation of that, use .geoms property instead.

See this PR: #54

Full Changelog: v0.2.0...v0.2.1