Skip to content

v0.1.2

Compare
Choose a tag to compare
@Kirill888 Kirill888 released this 27 Apr 09:18
· 371 commits to develop since this release

What's Changed

  • BoundingBox is now CRS aware
  • Changes to GeoBox.from_ interfaces, anchor= replaces align=
    • .from_polygon still accepts old-style align= for ease of datacube migration
  • Adding .odc.write_cog, .odc.to_cog methods
  • Adding .odc.reproject (only supports non-Dask inputs currently)
  • Adding .odc.output_geobox - finds reasonable destination geobox when projecting to other CRS
  • Packaging fixes (mypy types, thanks to @snowman2)
  • Fixes in GeoBox display code (was not handling empty cases well)
  • Some code refactoring