All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- No changes required, please see v2.0.0-beta.1 for details.
- Add link relation type
gcpsfor Ground Control Points documents raster:sampling,raster:bits_per_sample,raster:spatial_resolution,raster:scale,raster:offsetandraster:histogramcan be used in Assets and Item Properties
- Some clarifications and fixes in the README and examples #41
raster:bandsis now using the more generalbandsconstruct from STAC common metadata- The following fields in the Band Object have been moved/renamed:
nodata,data_type,statisticsandunitwere not renamed, but have been moved to STAC common metadatasamplinghas been renamed toraster:samplingbits_per_samplehas been renamed toraster:bits_per_samplespatial_resolutionhas been renamed toraster:spatial_resolutionscalehas been renamed toraster:scaleoffsethas been renamed toraster:offsethistogramhas been renamed toraster:histogram
raster:bands- usebandsin instead
- Improved and stricter JSON Schema
- Allow "inf" and "nan" as valid nodata values #18
- Initial release