This release extends OversightML Imagery Toolkit support to include support for SAR imagery including the SICD, and SIDD sensor models, the ability to create georeferenced tiles in these formats, and basic preprocessing utilities for converting complex data into 8-bit grayscale for display. There is also a new aws.osml.features module contains utilities for working with GeoJSON features derived from imagery. These utilities include spatial indices for creating vector tiles and utilities for working with properties of features that have both geospatial and pixel coordinates.
What's Changed
* feat: add SICD sensor model with planar projection (10)
* feat: add optional dynamic pixel range operations to tile factory (9)
* feat: add HAE and DEM projections to SICD sensor model (12)
* feat: Fix documentation commands for github actions (13)
* docs: Updating CONTRIBUTING.md (11)
* fix: correct calculation of INCA R/Rdot projection (14)
* feat: update DRA to work with SICDs (15)
* feat: enable RSM sensor model by default (16)
* feat: gdal sensor model now supports non-wgs84 crs (17)
* docs: update readme for SAR features (18)
* feat: SAR examples and display processing (21)
* feat: add support for sidd imagery (22)
* feat: Update GitHub actions (23)
* feat: adds features module with 2D spatial index and basic property utils (27)
* feat: adds generic DEM tile set and geodetic coordinate formatting (28)
* feat: add ability to create scaled tiles and tiles from SIDD (29)
* docs: add examples to package level documentation (30)
**Full Changelog**: https://github.com/aws-solutions-library-samples/osml-imagery-toolkit/compare/v1.1.2...v1.2.0