Releases: developmentseed/async-geotiff
Releases · developmentseed/async-geotiff
v0.3.0
What's Changed
- feat: Add
.resproperty to Overview by @kylebarron in #90 - feat: Support for non-boundless tile reads by @kylebarron in #94
- feat:
tile_countattribute by @kylebarron in #97 - feat: Add
GeoTIFF.colorinterpby @kylebarron in #105 - fix: Support reading a single-tile image by @kylebarron in #106
- fix: Fix generated affine transform (by half pixel offset) when pixel is defined as
POINTby @kylebarron in #107 - feat: Expose band statistics by @kylebarron in #108
- feat: Expose
scalesandoffsetsto match rasterio by @kylebarron in #110 - feat: add
block_shapesproperty by @gakarak in #111 - fix: Fix
Array.as_maskedfor images with an internal mask by @kylebarron in #112 - fix: Check alpha band in
Array.as_maskedby @kylebarron in #114 - chore: Bump async-tiff dependency to 0.7 by @kylebarron in #117
- feat: Add
shapeattribute to ourArrayclass by @kylebarron in #118 - docs: Update docs to describe request coalescing by @kylebarron in #119
New Contributors
Full Changelog: v0.2.0...v0.3.0
v0.2.0
New Features
- feat: Support for band-interleaved data by @kylebarron in #80
- feat: Add LERC decompression support by @kylebarron in #79
Fixes
- fix: Fix computation of
boundsandresfor rotated data by @kylebarron in #82
Documentation
- docs: Add
Tileto the API docs by @kylebarron in #74
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Read the release post: https://developmentseed.org/async-geotiff/latest/blog/2026/02/03/introducing-async-geotiff/
Initial release of async-geotiff.