Skip to content

Commit 5c3fddd

Browse files
authored
Merge pull request #1 from CS-SI/templating
fix: correct templating layout
2 parents ee5b229 + 8a3ab60 commit 5c3fddd

File tree

4 files changed

+105
-91
lines changed

4 files changed

+105
-91
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
### Added
10+
11+
### Changed
12+
13+
### Deprecated
14+
15+
### Removed
16+
17+
### Fixed
18+
19+
[Unreleased]: <https://github.com/stac-extensions/template/compare/v1.0.0...HEAD>

S1_L1_item.json

Lines changed: 0 additions & 91 deletions
This file was deleted.

examples/item.json

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
{
2+
"type": "Feature",
3+
"stac_version": "1.0.0",
4+
"stac_extensions": [
5+
"https://stac-extensions.github.io/eopf/v1.0.0/schema.json",
6+
"https://stac-extensions.github.io/eo/v1.1.0/schema.json",
7+
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
8+
"https://stac-extensions.github.io/view/v1.0.0/schema.json",
9+
"https://stac-extensions.github.io/scientific/v1.0.0/schema.json",
10+
"https://stac-extensions.github.io/processing/v1.1.0/schema.json"
11+
],
12+
"id": "metadataSection/metadataObject[@ID='generalProductInformation']/metadataWrap/xmlData/s1sarl1:standAloneProductInformation/s1sarl1:productClassDescription",
13+
"geometry": {
14+
"coordinates": [
15+
[
16+
[
17+
50.28376,
18+
-13.843143
19+
],
20+
[
21+
47.965759,
22+
-13.308908
23+
],
24+
[
25+
48.387905,
26+
-11.565237
27+
],
28+
[
29+
50.69191,
30+
-12.0927
31+
]
32+
]
33+
],
34+
"type": "Polygon"
35+
},
36+
"bbox": [
37+
50.69191,
38+
-13.843143,
39+
47.965759,
40+
-11.565237
41+
],
42+
"properties": {
43+
"datetime": null,
44+
"start_datetime": "2022-08-31T02:17:58.477712Z",
45+
"end_datetime": "2022-08-31T02:18:27.516219Z",
46+
"created": "2022-08-31T04:38:22Z",
47+
"platform": "SENTINEL-1A",
48+
"instrument": "Synthetic Aperture Radar",
49+
"mission": "Sentinel-1",
50+
"sat:anx_datetime": "2022-08-31T02:10:20.457854",
51+
"sat:absolute_orbit": 44790,
52+
"sat:relative_orbit": 93,
53+
"sat:orbit_state": "ascending",
54+
"sat:platform_international_designator": "12741",
55+
"eopf:instrument_mode": "IW",
56+
"eopf:instrument_swath": "IW",
57+
"eopf:data_take_id": 350542,
58+
"eopf:type": "GRD",
59+
"eopf:timeline": "Fast-24h",
60+
"processing:facility": "metadataSection/metadataObject[@ID='processing']/metadataWrap/xmlData/safe:processing/safe:facility",
61+
"processing:sofware": "metadataSection/metadataObject[@ID='processing']/metadataWrap/xmlData/safe:processing/safe:facility/safe:software",
62+
"processing:level": "L1",
63+
"providers": [
64+
{
65+
"name": "metadataSection/metadataObject[@ID='processing']/metadataWrap/xmlData/safe:processing/safe:resource[@role='Level-1*']/safe:processing/safe:facility/@name",
66+
"roles": [
67+
"processor"
68+
]
69+
},
70+
{
71+
"name": "metadataSection/metadataObject[@ID='processing']/metadataWrap/xmlData/safe:processing/resource[@role='Level-1*']/safe:processing/safe:facility/@organisation",
72+
"roles": [
73+
"producer"
74+
]
75+
}
76+
]
77+
},
78+
"links": [
79+
{
80+
"rel": "self",
81+
"href": "./.zattrs.json",
82+
"type": "application/json"
83+
}
84+
],
85+
"assets": {}
86+
}
File renamed without changes.

0 commit comments

Comments
 (0)