Skip to content

Commit 1366879

Browse files
m-mohrjlaura
authored andcommitted
Fix merge issues?!
1 parent fea2e98 commit 1366879

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

examples/assets.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
@@ -43,7 +43,7 @@
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
]
@@ -84,11 +84,6 @@
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"

examples/collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)