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
gcps
for Ground Control Points documents raster:sampling
,raster:bits_per_sample
,raster:spatial_resolution
,raster:scale
,raster:offset
andraster:histogram
can be used in Assets and Item Properties
- Some clarifications and fixes in the README and examples #41
raster:bands
is now using the more generalbands
construct from STAC common metadata- The following fields in the Band Object have been moved/renamed:
nodata
,data_type
,statistics
andunit
were not renamed, but have been moved to STAC common metadatasampling
has been renamed toraster:sampling
bits_per_sample
has been renamed toraster:bits_per_sample
spatial_resolution
has been renamed toraster:spatial_resolution
scale
has been renamed toraster:scale
offset
has been renamed toraster:offset
histogram
has been renamed toraster:histogram
raster:bands
- usebands
in instead
- Improved and stricter JSON Schema
- Allow "inf" and "nan" as valid nodata values #18
- Initial release