-
Notifications
You must be signed in to change notification settings - Fork 9
/
collection.json
116 lines (116 loc) · 3.05 KB
/
collection.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
{
"type": "Collection",
"id": "sentinel1-rtc-aws",
"stac_version": "1.0.0",
"description": "Sentinel1 radiometric terrain corrected backscatter (RTC) over CONUS. The Sentinel-1 mission is a constellation of C-band Synthetic Aperature Radar (SAR) satellites from the European Space Agency launched since 2014. These satellites collect observations of radar backscatter intensity day or night, regardless of the weather conditions, making them enormously valuable for environmental monitoring. These radar data have been processed from original Ground Range Detected (GRD) scenes into a Radiometrically Terrain Corrected, tiled product suitable for analysis. This product is available over the Contiguous United States (CONUS) since 2017 when Sentinel-1 data became globally available.",
"links": [
{
"rel": "root",
"href": "../catalog.json",
"type": "application/json",
"title": "Sentinel-1 RTC AWS Open Data"
},
{
"rel": "child",
"href": "./2020/catalog.json",
"type": "application/json"
},
{
"rel": "child",
"href": "./2016/catalog.json",
"type": "application/json"
},
{
"rel": "parent",
"href": "../catalog.json",
"type": "application/json",
"title": "Sentinel-1 RTC AWS Open Data"
}
],
"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/projection/v1.1.0/schema.json",
"https://stac-extensions.github.io/raster/v1.1.0/schema.json",
"https://stac-extensions.github.io/processing/v1.0.0/schema.json",
"https://stac-extensions.github.io/mgrs/v1.0.0/schema.json"
],
"title": "Sentinel-1 RTC CONUS",
"extent": {
"spatial": {
"bbox": [
[
-124.7346,
24.54254,
-66.89191,
49.36949
]
]
},
"temporal": {
"interval": [
[
"2016-07-29T00:00:00Z",
null
]
]
}
},
"license": "proprietary",
"keywords": [
"backscatter",
"radiometry",
"sentinel",
"copernicus",
"esa",
"sar"
],
"providers": [
{
"name": "ESA",
"roles": [
"licensor",
"producer"
],
"url": "https://sentinel.esa.int/web/sentinel/missions/sentinel-1"
},
{
"name": "Indigo Ag Inc.",
"roles": [
"licensor",
"processor",
"host"
],
"url": "https://registry.opendata.aws/sentinel-1-rtc-indigo",
"processing:level": "L3",
"processing:lineage": "https://sentinel-s1-rtc-indigo-docs.s3-us-west-2.amazonaws.com/methodology.html",
"processing:software": {
"S1TBX": "7.0.2"
}
}
],
"summaries": {
"constellation": [
"sentinel-1"
],
"platform": [
"sentinel-1a",
"sentinel-1b"
],
"gsd": [
20
],
"proj:epsg": [
32610,
32611,
32612,
32613,
32614,
32615,
32616,
32617,
32618,
32619
]
}
}