generated from stac-extensions/template
-
Notifications
You must be signed in to change notification settings - Fork 8
/
sentinel-1-grd-ew.json
111 lines (111 loc) · 2.8 KB
/
sentinel-1-grd-ew.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
{
"type": "Feature",
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/sar/v1.1.0/schema.json",
"https://stac-extensions.github.io/product/v0.1.0/schema.json"
],
"id": "sentinel-1-example",
"properties": {
"datetime": "2018-11-03T23:58:55.617217Z",
"start_datetime": "2018-11-03T23:58:55.121559Z",
"end_datetime": "2018-11-03T23:59:55.112875Z",
"platform": "sentinel-1a",
"constellation": "sentinel-1",
"instruments": [
"c-sar"
],
"sar:instrument_mode": "EW",
"sar:polarizations": [
"HH"
],
"sar:resolution_range": 50,
"sar:resolution_azimuth": 50,
"sar:pixel_spacing_range": 25,
"sar:pixel_spacing_azimuth": 25,
"sar:looks_range": 3,
"sar:looks_azimuth": 1,
"sar:looks_equivalent_number": 2.7,
"sar:frequency_band": "C",
"sar:center_frequency": 5.405,
"sar:beam_ids": [
"EW"
],
"product:type": "GRD"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-67.071648,
-64.72924
],
[
-65.087479,
-56.674374
],
[
-68.033211,
-51.105831
],
[
-70.275032,
-59.805672
],
[
-67.071648,
-64.72924
]
]
]
},
"links": [
{
"rel": "root",
"href": "../../catalog.json",
"type": "application/json"
},
{
"rel": "parent",
"href": "../collection.json",
"type": "application/json"
}
],
"assets": {
"noises": {
"href": "https://example.com/collections/sentinel-1/items/annotation/calibration/noise-s1a-ew-grd-hh-20181103t235855-20181103t235955-024430-02ad5d-001.xml",
"type": "text/xml",
"title": "Calibration Schema"
},
"calibrations": {
"href": "https://example.com/collections/sentinel-1/items/annotation/calibration/calibration-s1a-ew-grd-hh-20181103t235855-20181103t235955-024430-02ad5d-001.xml",
"type": "text/xml",
"title": "Noise Schema"
},
"products": {
"href": "https://example.com/collections/sentinel-1/items/annotation/s1a-ew-grd-hh-20181103t235855-20181103t235955-024430-02ad5d-001.xml",
"type": "text/xml",
"title": "Product Schema"
},
"measurement": {
"href": "https://example.com/collections/sentinel-1/items/measurement/s1a-ew-grd-hh-20181103t235855-20181103t235955-024430-02ad5d-001.tiff",
"type": "image/tiff",
"title": "Measurements",
"sar:polarizations": [
"HH"
]
},
"thumbnail": {
"href": "https://example.com/collections/sentinel-1/items/preview/quick-look.png",
"type": "image/png",
"title": "Thumbnail"
}
},
"bbox": [
-70.275032,
-64.72924,
-65.087479,
-51.105831
]
}