Changelog
// 0001-01-01
· 1 min read
EORST
v0.3.0 (current)
- Semantic band selection with the
Select trait — pick bands by name, not index
RasterDatasetBuilder with fluent API for STAC queries and file lists
- Parallel block processing via
apply() with configurable thread count
- Automatic reprojection across UTM zones
- GeoTIFF export with proper georeferencing
ndarray integration for efficient array operations
v0.2.0
- Initial
RasterDataset with block-based access
- Basic STAC integration
- GeoTIFF I/O with GDAL
v0.1.0
- Prototype raster reading/writing
- Experimental band selection API
v0.4.0 (current)
ImageQueryBuilder with canonical band resolution
- STAC client with file caching and TTL
- Cloud mask decoding for DEA, Planetary Computer, Element84
- Provider-agnostic band name translation
v0.3.0
- Initial STAC query support
- Basic cloud cover filtering