Releases: stac-extensions/raster
Releases · stac-extensions/raster
v2.0.0
- No changes required, please see v2.0.0-beta.1 for details.
v2.0.0-beta.1
Added
- 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
Changed
- 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
Removed
raster:bands
- usebands
in instead
Fixed
- Improved and stricter JSON Schema
v1.1.0
v1.0.0
Initial release