Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

53 lines (31 loc) · 1.38 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

Changed

Deprecated

Removed

Fixed

Added

  • file:local_path to indicate a relative local path for the asset file. [PR#7]
  • Support for STAC Catalogs and link objects. #9

Changed

  • Summaries for values must be non-empty

Removed

  • file:bits_per_sample: now in raster:bands.bits_per_sample
  • file:data_type: now in raster:bands.data_type
  • file:nodata: now in raster:bands.nodata
  • file:unit: now in raster:bands.unit

Fixed

  • JSON Schema checks stac_extensions field in Collections
  • Initial release