Skip to content

Commit 1a8b557

Browse files
authored
Add nldas2 and 3 collection and discovery config (#157)
* Add nldas2 and 3 collection and discovery config * Fix provider name and url * Add newline
1 parent 9b9dafe commit 1a8b557

File tree

4 files changed

+248
-0
lines changed

4 files changed

+248
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
{
2+
"id": "nldas2",
3+
"type": "Collection",
4+
"title": "NLDAS2 precipitation",
5+
"links": [],
6+
"description": "NLDAS-2 provides a fine-scale (1 km) meteorological forcing (precipitation) in both retrospective and near real-time over North and Central America, including Alaska, Hawaii, and Puerto Rico, by leveraging high-quality gauge, satellite, and model datasets through advanced data assimilation methods. Read more: https://ldas.gsfc.nasa.gov/nldas/v2",
7+
"extent": {
8+
"spatial": {
9+
"bbox": [
10+
[
11+
-41.2,
12+
-82.6,
13+
9.8,
14+
-59
15+
]
16+
]
17+
},
18+
"temporal": {
19+
"interval": [
20+
[
21+
"2001-01-01T00:00:00Z",
22+
"2023-06-01T00:00:00Z"
23+
]
24+
]
25+
}
26+
},
27+
"license": "MIT",
28+
"stac_extensions": [
29+
"https://stac-extensions.github.io/render/v1.0.0/schema.json",
30+
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
31+
],
32+
"item_assets": {
33+
"cog_default": {
34+
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
35+
"roles": [
36+
"data",
37+
"layer"
38+
],
39+
"title": "Default COG Layer",
40+
"description": "Cloud optimized default layer to display on map"
41+
}
42+
},
43+
"dashboard:is_periodic": false,
44+
"dashboard:time_density": "month",
45+
"stac_version": "1.0.0",
46+
"renders": {
47+
"dashboard": {
48+
"colormap": {
49+
"1": [
50+
120,
51+
120,
52+
120
53+
],
54+
"2": [
55+
130,
56+
65,
57+
0
58+
],
59+
"3": [
60+
66,
61+
207,
62+
56
63+
],
64+
"4": [
65+
245,
66+
239,
67+
0
68+
],
69+
"5": [
70+
241,
71+
89,
72+
32
73+
],
74+
"6": [
75+
168,
76+
0,
77+
0
78+
],
79+
"7": [
80+
0,
81+
143,
82+
201
83+
]
84+
},
85+
"bidx": [
86+
1
87+
],
88+
"unscale": false,
89+
"resampling": "nearest",
90+
"max_size": 1024,
91+
"return_mask": true,
92+
"assets": [
93+
"cog_default"
94+
],
95+
"title": "VEDA Dashboard Render Parameters"
96+
}
97+
},
98+
"providers": [
99+
{
100+
"name": "NLDAS",
101+
"url": "https://ldas.gsfc.nasa.gov/nldas",
102+
"roles": [
103+
"producer",
104+
"processor",
105+
"licensor"
106+
]
107+
},
108+
{
109+
"name": "NASA VEDA",
110+
"url": "https://www.earthdata.nasa.gov/dashboard/",
111+
"roles": [
112+
"host"
113+
]
114+
}
115+
]
116+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
{
2+
"id": "nldas3",
3+
"type": "Collection",
4+
"title": "NLDAS3 precipitation",
5+
"links": [],
6+
"description": "NLDAS-3 provides a fine-scale (1 km) meteorological forcing (precipitation) in both retrospective and near real-time over North and Central America, including Alaska, Hawaii, and Puerto Rico, by leveraging high-quality gauge, satellite, and model datasets through advanced data assimilation methods. Read more: https://ldas.gsfc.nasa.gov/nldas/v3",
7+
"extent": {
8+
"spatial": {
9+
"bbox": [
10+
[
11+
-41.2,
12+
-82.6,
13+
9.8,
14+
-59
15+
]
16+
]
17+
},
18+
"temporal": {
19+
"interval": [
20+
[
21+
"2001-01-01T00:00:00Z",
22+
"2023-06-01T00:00:00Z"
23+
]
24+
]
25+
}
26+
},
27+
"license": "MIT",
28+
"stac_extensions": [
29+
"https://stac-extensions.github.io/render/v1.0.0/schema.json",
30+
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
31+
],
32+
"item_assets": {
33+
"cog_default": {
34+
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
35+
"roles": [
36+
"data",
37+
"layer"
38+
],
39+
"title": "Default COG Layer",
40+
"description": "Cloud optimized default layer to display on map"
41+
}
42+
},
43+
"dashboard:is_periodic": false,
44+
"dashboard:time_density": "month",
45+
"stac_version": "1.0.0",
46+
"renders": {
47+
"dashboard": {
48+
"colormap": {
49+
"1": [
50+
120,
51+
120,
52+
120
53+
],
54+
"2": [
55+
130,
56+
65,
57+
0
58+
],
59+
"3": [
60+
66,
61+
207,
62+
56
63+
],
64+
"4": [
65+
245,
66+
239,
67+
0
68+
],
69+
"5": [
70+
241,
71+
89,
72+
32
73+
],
74+
"6": [
75+
168,
76+
0,
77+
0
78+
],
79+
"7": [
80+
0,
81+
143,
82+
201
83+
]
84+
},
85+
"bidx": [
86+
1
87+
],
88+
"unscale": false,
89+
"resampling": "nearest",
90+
"max_size": 1024,
91+
"return_mask": true,
92+
"assets": [
93+
"cog_default"
94+
],
95+
"title": "VEDA Dashboard Render Parameters"
96+
}
97+
},
98+
"providers": [
99+
{
100+
"name": "NLDAS",
101+
"url": "https://ldas.gsfc.nasa.gov/nldas",
102+
"roles": [
103+
"producer",
104+
"processor",
105+
"licensor"
106+
]
107+
},
108+
{
109+
"name": "NASA VEDA",
110+
"url": "https://www.earthdata.nasa.gov/dashboard/",
111+
"roles": [
112+
"host"
113+
]
114+
}
115+
]
116+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"collection": "nldas2",
3+
"prefix": "EIS/nldas2monthly/",
4+
"bucket": "veda-data-store-staging",
5+
"filename_regex": ".*_\\d{6}.tif$",
6+
"discovery": "s3",
7+
"datetime_range": "month"
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"collection": "nldas3",
3+
"prefix": "EIS/nldas3monthly/",
4+
"bucket": "veda-data-store-staging",
5+
"filename_regex": ".*_\\d{6}.tif$",
6+
"discovery": "s3",
7+
"datetime_range": "month"
8+
}

0 commit comments

Comments
 (0)