generated from stac-extensions/template
-
Notifications
You must be signed in to change notification settings - Fork 8
/
sentinel-1-grd-s4.json
107 lines (107 loc) · 2.93 KB
/
sentinel-1-grd-s4.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"type": "Feature",
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/sar/v1.0.0/schema.json",
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
"https://stac-extensions.github.io/processing/v1.2.0/schema.json",
"https://stac-extensions.github.io/product/v0.1.0/schema.json"
],
"id": "S1A_S4_GRDH_1SDV_20240531T073124_20240531T073144_054112_06947D_072C",
"collection": "SENTINEL-1",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-24.488338,
14.122218
],
[
-24.251352,
15.285328
],
[
-24.985012,
15.424737
],
[
-25.217945,
14.262449
],
[
-24.488338,
14.122218
]
]
]
},
"bbox": [
-25.217945,
14.122218,
-24.251352,
15.424737
],
"properties": {
"sat:absolute_orbit": 54112,
"sat:orbit_state": "descending",
"processing:datetime": "2024-05-31T11:25:04.541000+00:00",
"sar:instrument_mode": "SM",
"processing:level": "L1",
"sar:beam_ids": [
"S4"
],
"processing:facility": "Production Service-SERCO",
"processing:version": "003.71",
"constellation": "sentinel-1",
"Instruments": [
"SAR"
],
"sat:relative_orbit": 140,
"sar:polarizations": [
"VV",
"VH"
],
"platforn": "sentinel-1a",
"datetime": "2024-05-31T07:31:24.961Z",
"end_datetime": "2024-05-31T07:31:44.204Z",
"start_datetime": "2024-05-31T07:31:24.961Z",
"product:type": "S4_GRDH_1S-COG",
"sar:frequency_band": "C"
},
"assets": {
"vh": {
"href": "https://example.com/collections/sentinel-1/items/S1A_S4_GRDH_1SDV_20240531T073124_20240531T073144_054112_06947D_072C/assets/s1a-s4-grd-vh-20240531t073124-20240531t073144-054112-06947d-002-cog.tiff",
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"title": "VH Band",
"sar:polarizations": [
"VH"
]
},
"vv": {
"href": "https://example.com/collections/sentinel-1/items/S1A_S4_GRDH_1SDV_20240531T073124_20240531T073144_054112_06947D_072C/assets/s1a-s4-grd-vv-20240531t073124-20240531t073144-054112-06947d-001-cog.tiff",
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"title": "VV Band",
"sar:polarizations": [
"VV"
]
},
"thumbnail": {
"href": "https://example.com/collections/sentinel-1/items/S1A_S4_GRDH_1SDV_20240531T073124_20240531T073144_054112_06947D_072C/assets/s1a-s4-grd-thumbnail-20240531t073124-20240531t073144-054112-06947d-072c.png",
"type": "image/png",
"title": "Thumbnail"
}
},
"links": [
{
"rel": "root",
"href": "../../catalog.json",
"type": "application/json"
},
{
"rel": "collection",
"href": "../collection.json",
"type": "application/json"
}
]
}