Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

57 lines (37 loc) · 1.96 KB

Changelog

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.

Added

  • Add link relation type gcps for Ground Control Points documents
  • raster:sampling, raster:bits_per_sample, raster:spatial_resolution, raster:scale, raster:offset and raster: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 general bands construct from STAC common metadata
  • The following fields in the Band Object have been moved/renamed:
    • nodata, data_type, statistics and unit were not renamed, but have been moved to STAC common metadata
    • sampling has been renamed to raster:sampling
    • bits_per_sample has been renamed to raster:bits_per_sample
    • spatial_resolution has been renamed to raster:spatial_resolution
    • scale has been renamed to raster:scale
    • offset has been renamed to raster:offset
    • histogram has been renamed to raster:histogram

Removed

  • raster:bands - use bands in instead

Fixed

  • Improved and stricter JSON Schema

Added

  • Allow "inf" and "nan" as valid nodata values #18
  • Initial release