File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99## [ v1.1.0] - 2023-02-10
1010
1111### Added
12- - Definition for authority and code instead of a hard coded EPSG. The EPSG code field was maintained for backwards compatibility.
12+
13+ - Added examples for Collections and Assets (in Items)
14+
15+ ### Changed
1316
1417- Updated the PROJJSON schema to v0.5
1518
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.0 .0/schema.json"
55 ],
66 "type" : " Feature" ,
77 "id" : " 20201211_223832_CS2_A" ,
4343 "created" : " 2020-12-12T01:48:13.725Z" ,
4444 "updated" : " 2020-12-12T01:48:13.725Z" ,
4545 "platform" : " cool_sat2" ,
46- "proj:epsg" : 32659 ,
46+ "proj:epsg" : null ,
4747 "instruments" : [
4848 " cool_sensor_v1"
4949 ]
8484 "thumbnail" : {
8585 "href" : " https://storage.googleapis.com/open-cogs/stac-examples/20201211_223832_CS2.jpg" ,
8686 "title" : " Thumbnail" ,
87- "proj:epsg" : null ,
88- "proj:shape" : [
89- 800 ,
90- 800
91- ],
9287 "type" : " image/png" ,
9388 "roles" : [
9489 " thumbnail"
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.0 .0/schema.json" ,
55 " https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
66 ],
77 "type" : " Collection" ,
You can’t perform that action at this time.
0 commit comments