generated from stac-extensions/template
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsentinel-1-slc-iw.json
133 lines (133 loc) · 3.95 KB
/
sentinel-1-slc-iw.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"type": "Feature",
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/alternate-assets/v1.1.0/schema.json",
"https://stac-extensions.github.io/storage/v1.0.0/schema.json"
],
"id": "S1A_IW_SLC__1SDV_20240618T173936_20240618T174003_054381_069DC0_C1A4.SAFE",
"collection": "SENTINEL-1",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
2.356894,
42.962765
],
[
5.475332,
43.360218
],
[
5.12441,
44.977203
],
[
1.917198,
44.579765
],
[
2.356894,
42.962765
]
]
]
},
"properties": {
"sat:absolute_orbit": 54381,
"sat:orbit_state": "ascending",
"processing:datetime": "2024-06-18T18:24:17.837861+00:00",
"sar:instrument_mode": "IW",
"processing:level": "L1",
"sar:beam_ids": [
"IW1",
"IW2",
"IW3"
],
"processing:facility": "Production Service-SERCO",
"processor:version": "003.80",
"platform": "sentinel-1a",
"instruments": [
"SAR"
],
"sat:relative_orbit": 59,
"sar:polarizations": [
"VV",
"VH"
],
"constellation": "sentinel-1",
"datetime": "2024-06-18T17:39:36.336Z",
"end_datetime": "2024-06-18T17:40:03.297Z",
"start_datetime": "2024-06-18T17:39:36.336Z",
"product:type": "IW_SLC__1S"
},
"bbox": [
1.917198,
42.962765,
5.475332,
44.977203
],
"links": [
{
"rel": "root",
"href": "../../catalog.json",
"type": "application/json"
},
{
"rel": "collection",
"href": "../collection.json",
"type": "application/json"
}
],
"assets": {
"iw1-vh": {
"href": "https://sentinel1.s3.us-west-2.amazonaws.com/S1A_IW_SLC__1SDV_20240618T173936_20240618T174003_054381_069DC0_C1A4/S1A_IW_SLC__1SDV_20240618T173936_20240618T174003_054381_069DC0_C1A4_IW1_VH.tif",
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"title": "IW1 VH Band",
"roles": [
"data"
]
},
"iw1-vv": {
"href": "https://sentinel1.s3.us-west-2.amazonaws.com/S1A_IW_SLC__1SDV_20240618T173936_20240618T174003_054381_069DC0_C1A4/S1A_IW_SLC__1SDV_20240618T173936_20240618T174003_054381_069DC0_C1A4_IW1_VV.tif",
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"title": "IW1 VV Band",
"roles": [
"data"
]
},
"iw2-vh": {
"href": "https://sentinel1.s3.us-west-2.amazonaws.com/S1A_IW_SLC__1SDV_20240618T173936_20240618T174003_054381_069DC0_C1A4/S1A_IW_SLC__1SDV_20240618T173936_20240618T174003_054381_069DC0_C1A4_IW2_VH.tif",
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"title": "IW2 VH Band",
"roles": [
"data"
]
},
"iw2-vv": {
"href": "https://sentinel1.s3.us-west-2.amazonaws.com/S1A_IW_SLC__1SDV_20240618T173936_20240618T174003_054381_069DC0_C1A4/S1A_IW_SLC__1SDV_20240618T173936_20240618T174003_054381_069DC0_C1A4_IW2_VV.tif",
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"title": "IW2 VV Band",
"roles": [
"data"
]
},
"iw3-vh": {
"href": "https://sentinel1.s3.us-west-2.amazonaws.com/S1A_IW_SLC__1SDV_20240618T173936_20240618T174003_054381_069DC0_C1A4/S1A_IW_SLC__1SDV_20240618T173936_20240618T174003_054381_069DC0_C1A4_IW3_VH.tif",
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"title": "IW3 VH Band",
"roles": [
"data"
]
},
"iw3-vv": {
"href": "https://sentinel1.s3.us-west-2.amazonaws.com/S1A_IW_SLC__1SDV_20240618T173936_20240618T174003_054381_069DC0_C1A4/S1A_IW_SLC__1SDV_20240618T173936_20240618T174003_054381_069DC0_C1A4_IW3_VV.tif",
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"title": "IW3 VV Band",
"roles": [
"data"
]
}
}
}