File tree Expand file tree Collapse file tree 6 files changed +16
-11
lines changed
Expand file tree Collapse file tree 6 files changed +16
-11
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ v2.0.0]
11+
12+ - No changes required, please see [ v2.0.0-beta.1] ( #v200-beta1 ) for details.
13+
1014## [ v2.0.0-beta.1]
1115
1216### Added
@@ -46,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4650
4751- Initial release
4852
49- [ Unreleased ] : < https://github.com/stac-extensions/raster/compare/v2.0.0-beta.1...HEAD >
53+ [ Unreleased ] : < https://github.com/stac-extensions/raster/compare/v2.0.0...HEAD >
54+ [ v2.0.0 ] : < https://github.com/stac-extensions/raster/compare/v2.0.0-beta.1...v2.0.0 >
5055[ v2.0.0-beta.1 ] : < https://github.com/stac-extensions/tree/v2.0.0-beta.1 >
5156[ v1.1.0 ] : < https://github.com/stac-extensions/tree/v1.1.0 >
5257[ v1.0.0 ] : < https://github.com/stac-extensions/tree/v1.0.0 >
Original file line number Diff line number Diff line change 11# Raster Extension Specification
22
33- ** Title:** Raster
4- - ** Identifier:** < https://stac-extensions.github.io/raster/v2.0.0-beta.1 /schema.json >
4+ - ** Identifier:** < https://stac-extensions.github.io/raster/v2.0.0/schema.json >
55- ** Field Name Prefix:** raster
66- ** Scope:** Item, Collection
77- ** Extension [ Maturity Classification] ( https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity ) :** Candidate
Original file line number Diff line number Diff line change 33 " https://stac-extensions.github.io/sat/v1.0.0/schema.json" ,
44 " https://stac-extensions.github.io/view/v1.0.0/schema.json" ,
55 " https://stac-extensions.github.io/projection/v2.0.0/schema.json" ,
6- " https://stac-extensions.github.io/eo/v2.0.0-beta.1 /schema.json" ,
6+ " https://stac-extensions.github.io/eo/v2.0.0/schema.json" ,
77 " https://stac-extensions.github.io/processing/v1.2.0/schema.json" ,
8- " https://stac-extensions.github.io/raster/v2.0.0-beta.1 /schema.json"
8+ " https://stac-extensions.github.io/raster/v2.0.0/schema.json"
99 ],
1010 "stac_version" : " 1.1.0-beta.1" ,
1111 "links" : [],
Original file line number Diff line number Diff line change 22 "type" : " Feature" ,
33 "stac_version" : " 1.1.0-beta.1" ,
44 "stac_extensions" : [
5- " https://stac-extensions.github.io/eo/v2.0.0-beta.1 /schema.json" ,
5+ " https://stac-extensions.github.io/eo/v2.0.0/schema.json" ,
66 " https://stac-extensions.github.io/view/v1.0.0/schema.json" ,
77 " https://stac-extensions.github.io/projection/v2.0.0/schema.json" ,
8- " https://stac-extensions.github.io/raster/v2.0.0-beta.1 /schema.json"
8+ " https://stac-extensions.github.io/raster/v2.0.0/schema.json"
99 ],
1010 "id" : " S2B_33SVB_20210221_0_L2A" ,
1111 "bbox" : [
Original file line number Diff line number Diff line change 11{
22 "$schema" : " http://json-schema.org/draft-07/schema#" ,
3- "$id" : " https://stac-extensions.github.io/raster/v2.0.0-beta.1 /schema.json#" ,
3+ "$id" : " https://stac-extensions.github.io/raster/v2.0.0/schema.json#" ,
44 "title" : " Raster Extension" ,
55 "description" : " STAC Raster Extension for STAC Items and STAC Collections." ,
66 "type" : " object" ,
99 "stac_extensions" : {
1010 "type" : " array" ,
1111 "contains" : {
12- "const" : " https://stac-extensions.github.io/raster/v2.0.0-beta.1 /schema.json"
12+ "const" : " https://stac-extensions.github.io/raster/v2.0.0/schema.json"
1313 }
1414 }
1515 },
Original file line number Diff line number Diff line change 11{
22 "name" : " stac-extensions" ,
3- "version" : " 2.0.0-beta.1 " ,
3+ "version" : " 2.0.0" ,
44 "scripts" : {
55 "test" : " npm run check-markdown && npm run check-examples" ,
66 "check-markdown" : " remark . -f -r .github/remark.yaml" ,
7- "check-examples" : " stac-node-validator . --lint --verbose --schemaMap https://stac-extensions.github.io/raster/v2.0.0-beta.1 /schema.json=./json-schema/schema.json" ,
8- "format-examples" : " stac-node-validator . --format --schemaMap https://stac-extensions.github.io/raster/v2.0.0-beta.1 /schema.json=./json-schema/schema.json"
7+ "check-examples" : " stac-node-validator . --lint --verbose --schemaMap https://stac-extensions.github.io/raster/v2.0.0/schema.json=./json-schema/schema.json" ,
8+ "format-examples" : " stac-node-validator . --format --schemaMap https://stac-extensions.github.io/raster/v2.0.0/schema.json=./json-schema/schema.json"
99 },
1010 "dependencies" : {
1111 "remark-cli" : " ^8.0.0" ,
You can’t perform that action at this time.
0 commit comments