v0.2.1
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 ofGeoBox
- New features
robust=True
incolorize|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