generated from stactools-packages/template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
collection.json
174 lines (174 loc) · 4.02 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"type": "Collection",
"id": "noaa-mrms-qpe-24h-pass2",
"stac_version": "1.0.0",
"description": "The Multi-Radar Multi-Sensor (MRMS) quantitative precipitation estimation (QPE) product is generated fully automatically from multiple sources to generate seamless, hourly 1 km mosaics over the US.\n\n**Note:** The data for Guam and the Caribbean Islands are [not multi-sensor products](https://vlab.noaa.gov/documents/96675/666999/MS_DomainDiffernces.png) yet.\n\nThis is the 24-hour pass 2 product with more latency (120 min), but more gauges (99 %).",
"links": [
{
"rel": "item",
"href": "./item-conus.json",
"type": "application/geo+json",
"title": "CONUS_MRMS_MultiSensor_QPE_24H_Pass2_00.00_20220702-110000"
},
{
"rel": "item",
"href": "./item-guam.json",
"type": "application/geo+json",
"title": "GUAM_MRMS_MultiSensor_QPE_24H_Pass2_00.00_20220704-140000"
},
{
"rel": "root",
"href": "./collection.json",
"type": "application/json",
"title": "NOAA MRMS QPE 24-hour Pass 2"
},
{
"rel": "license",
"href": "https://www.nssl.noaa.gov/projects/mrms/nmq_data_policy_OGCrevised.pdf",
"type": "application/pdf",
"title": "MRMS Dataset Sharing Policy"
},
{
"rel": "about",
"href": "https://mrms.nssl.noaa.gov",
"type": "text/html",
"title": "MRMS Homepage"
},
{
"rel": "about",
"href": "https://vlab.noaa.gov/web/wdtd/-/multi-sensor-qpe-1?selectedFolder=9234881",
"type": "text/html",
"title": "MRMS QPE Technical Product Guide"
},
{
"rel": "self",
"href": "https://raw.githubusercontent.com/stactools-packages/noaa-mrms-qpe/main/examples/collection.json",
"type": "application/json"
}
],
"stac_extensions": [
"https://stac-extensions.github.io/noaa-mrms-qpe/v1.0.0/schema.json",
"https://stac-extensions.github.io/raster/v1.1.0/schema.json",
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
],
"item_assets": {
"cog": {
"roles": [
"data",
"cloud-optimized"
],
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"raster:bands": [
{
"spatial_resolution": 1000,
"unit": "mm",
"data_type": "float64"
}
],
"title": "Processed Cloud-Optimized GeoTiff file"
},
"grib2": {
"roles": [
"data",
"source"
],
"type": "application/wmo-GRIB2",
"raster:bands": [
{
"spatial_resolution": 1000,
"unit": "mm",
"data_type": "float64"
}
],
"title": "Original GRIB2 file"
}
},
"title": "NOAA MRMS QPE 24-hour Pass 2",
"extent": {
"spatial": {
"bbox": [
[
-176.0,
9.0,
150.0,
72.0
],
[
-130.0,
20.0,
-60.0,
55.0
],
[
-164.0,
15.0,
-151.0,
26.0
],
[
140.0,
9.0,
150.0,
18.0
],
[
-176.0,
50.0,
-126.0,
72.0
],
[
-90.0,
10.0,
-60.0,
25.0
]
]
},
"temporal": {
"interval": [
[
"2022-07-01T00:00:00Z",
null
]
]
}
},
"license": "proprietary",
"keywords": [
"NOAA",
"MRMS",
"QPE",
"multi-radar",
"multi-sensor",
"precipitation",
"24-hour",
"GRIB2",
"COG"
],
"providers": [
{
"name": "NOAA National Severe Storms Laboratory",
"roles": [
"producer",
"licensor"
],
"url": "https://www.nssl.noaa.gov/projects/mrms"
}
],
"summaries": {
"noaa_mrms_qpe:pass": [
2
],
"noaa_mrms_qpe:period": [
24
],
"noaa_mrms_qpe:region": [
"CONUS",
"HAWAII",
"GUAM",
"ALASKA",
"CARIB"
]
}
}