File tree Expand file tree Collapse file tree 8 files changed +16
-12
lines changed Expand file tree Collapse file tree 8 files changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ v1.2.0] - 2024-07-22
10+
911### Added
1012
1113- The new field ` proj:code ` was introduced as a more general way to describe projection codes for various authorities, not just EPSG.
@@ -40,6 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4042
4143Initial independent release, see [ previous history] ( https://github.com/radiantearth/stac-spec/commits/v1.0.0-rc.2/extensions/projection )
4244
43- [ Unreleased ] : < https://github.com/stac-extensions/projection/compare/v1.1.0...HEAD >
45+ [ Unreleased ] : < https://github.com/stac-extensions/projection/compare/v1.2.0...HEAD >
46+ [ v1.2.0 ] : < https://github.com/stac-extensions/projection/compare/v1.1.0...v1.2.0 >
4447[ v1.1.0 ] : < https://github.com/stac-extensions/projection/compare/v1.0.0...v1.1.0 >
4548[ v1.0.0 ] : < https://github.com/stac-extensions/projection/tree/v1.0.0 >
Original file line number Diff line number Diff line change 11# Projection Extension Specification
22
33- ** Title:** Projection
4- - ** Identifier:** < https://stac-extensions.github.io/projection/v1.1 .0/schema.json >
4+ - ** Identifier:** < https://stac-extensions.github.io/projection/v1.2 .0/schema.json >
55- ** Field Name Prefix:** proj
66- ** Scope:** Item, Collection
77- ** Extension [ Maturity Classification] ( https://github.com/radiantearth/stac-spec/tree/master/README.md#extension-maturity ) :** Stable
Original file line number Diff line number Diff line change 11{
22 "stac_version" : " 1.0.0" ,
33 "stac_extensions" : [
4- " https://stac-extensions.github.io/projection/v1.1 .0/schema.json"
4+ " https://stac-extensions.github.io/projection/v1.2 .0/schema.json"
55 ],
66 "type" : " Feature" ,
77 "id" : " 20201211_223832_CS2_A" ,
Original file line number Diff line number Diff line change 11{
22 "stac_version" : " 1.0.0" ,
33 "stac_extensions" : [
4- " https://stac-extensions.github.io/projection/v1.1 .0/schema.json" ,
4+ " https://stac-extensions.github.io/projection/v1.2 .0/schema.json" ,
55 " https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
66 ],
77 "type" : " Collection" ,
Original file line number Diff line number Diff line change 11{
22 "stac_version" : " 1.0.0" ,
33 "stac_extensions" : [
4- " https://stac-extensions.github.io/projection/v1.1 .0/schema.json"
4+ " https://stac-extensions.github.io/projection/v1.2 .0/schema.json"
55 ],
66 "type" : " Feature" ,
77 "id" : " 20201211_223832_CS2" ,
4747 " cool_sensor_v1"
4848 ],
4949 "gsd" : 0.66 ,
50+ "proj:epsg" : 32659 ,
5051 "proj:code" : " EPSG:32659" ,
5152 "proj:shape" : [
5253 5558 ,
Original file line number Diff line number Diff line change 11{
22 "stac_version" : " 1.0.0" ,
33 "stac_extensions" : [
4- " https://stac-extensions.github.io/projection/v1.1 .0/schema.json"
4+ " https://stac-extensions.github.io/projection/v1.2 .0/schema.json"
55 ],
66 "type" : " Feature" ,
77 "id" : " 20201211_223832_CS2" ,
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/projection/v1.1 .0/schema.json" ,
3+ "$id" : " https://stac-extensions.github.io/projection/v1.2 .0/schema.json" ,
44 "title" : " Projection Extension" ,
55 "description" : " STAC Projection Extension for STAC Items." ,
66 "$comment" : " This schema succeeds if the proj: fields are not used at all, please keep this in mind." ,
7777 "stac_extensions" : {
7878 "type" : " array" ,
7979 "contains" : {
80- "const" : " https://stac-extensions.github.io/projection/v1.1 .0/schema.json"
80+ "const" : " https://stac-extensions.github.io/projection/v1.2 .0/schema.json"
8181 }
8282 }
8383 }
8989 "deprecated" : true ,
9090 "title" :" EPSG code" ,
9191 "type" :[
92- " string " ,
92+ " integer " ,
9393 " null"
9494 ]
9595 },
Original file line number Diff line number Diff line change 11{
22 "name" : " stac-extensions" ,
3- "version" : " 1.1 .0" ,
3+ "version" : " 1.2 .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/projection/v1.1 .0/schema.json=./json-schema/schema.json" ,
8- "format-examples" : " stac-node-validator . --format --schemaMap https://stac-extensions.github.io/projection/v1.1 .0/schema.json=./json-schema/schema.json"
7+ "check-examples" : " stac-node-validator . --lint --verbose --schemaMap https://stac-extensions.github.io/projection/v1.2 .0/schema.json=./json-schema/schema.json" ,
8+ "format-examples" : " stac-node-validator . --format --schemaMap https://stac-extensions.github.io/projection/v1.2 .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