Skip to content

v1.0.0-rc.2

Compare
Choose a tag to compare
@m-mohr m-mohr released this 31 Mar 14:43
· 286 commits to master since this release
ebd1675

[v1.0.0-rc.2] - 2021-03-31

Changed

  • Required properties of type string require a minimum length of 1. (#1065)
  • gsd must be greater than 0. (#1068)

Removed

  • The remaining extensions in the spec (EO, Projection, Scientific Citation and View) have been moved out of the core specification, into their own repos in the stac-extensions GitHub organization. They must now be referred to by their schemas directly - the name shortcuts for them are no longer valid. The concept of the 'named shortcut' also goes away entirely. (#1070)

Fixed

  • Collection Assets were specified as required (only in written text, not in JSON Schema), but that was incorrectly copied over from the former collection-assets extension. Collection Assets are not required.
  • Clarified that the values in summaries (both for ranges and sets of values) must follow the data type of the property they summarize. (#1069)