generated from stac-extensions/template
-
Notifications
You must be signed in to change notification settings - Fork 8
/
envisat.json
100 lines (100 loc) · 2.33 KB
/
envisat.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
{
"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/product/v0.1.0/schema.json"
],
"id": "sar-envisat-example",
"properties": {
"datetime": "2009-05-20T02:40:46.763325Z",
"start_datetime": "2009-05-20T02:40:01.042784Z",
"end_datetime": "2009-05-20T02:41:31.483865Z",
"platform": "envisat",
"constellation": "envisat",
"instruments": [
"asar"
],
"sar:instrument_mode": "GM",
"sar:polarizations": [
"HH"
],
"sar:resolution_range": 1000,
"sar:resolution_azimuth": 1000,
"sar:pixel_spacing_range": 500,
"sar:pixel_spacing_azimuth": 500,
"sar:looks_range": 3,
"sar:looks_azimuth": 4,
"sar:frequency_band": "C",
"sar:center_frequency": 5.331,
"product:type": "GM1_1P"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
65.212918,
114.587673
],
[
71.179088,
117.542266
],
[
70.096391,
128.611298
],
[
64.302468,
123.2946
],
[
65.212918,
114.587673
]
]
]
},
"links": [
{
"rel": "about",
"href": "https://earth.esa.int/pub/ESA_DOC/ENVISAT/ASAR/asar.ProductHandbook.2_2.pdf",
"type": "application/pdf",
"title": "ASAR Product Handbook"
},
{
"rel": "about",
"href": "https://earth.esa.int/web/sppa/mission-performance/esa-missions/envisat/asar/products-and-algorithms",
"type": "text/html",
"title": "ASAR Product and Algorithms"
},
{
"rel": "root",
"href": "../../catalog.json",
"type": "application/json"
},
{
"rel": "parent",
"href": "../collection.json",
"type": "application/json"
}
],
"assets": {
"product": {
"href": "../../../stac-spec/examples/collection-example-1/ASA_GM1_1PNPDE20090520_023957_000001022079_00118_37747_3607.n1.gz",
"type": "application/gzip",
"description": "Amplitude and Intensity. Intensity equals the square of the amplitude band",
"sar:polarizations": [
"HH",
"HH"
]
}
},
"bbox": [
64.302468,
114.587673,
71.179088,
128.611298
]
}