Skip to content

Commit dc8baed

Browse files
slesaadanayeaye
andauthored
Add nldas prod config (#168)
* Add nldas prod config * Remove accidental script push * Add thumbnail asset * update nldas renders config --------- Co-authored-by: Alexandra Kirk <[email protected]>
1 parent f04a233 commit dc8baed

File tree

6 files changed

+210
-0
lines changed

6 files changed

+210
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
{
2+
"id": "nldas2",
3+
"type": "Collection",
4+
"title": "NLDAS-2 Precipitation Forcing Dataset",
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+
"assets": {
33+
"thumbnail": {
34+
"href": "https://thumbnails.openveda.cloud/nldas-cover.png",
35+
"type": "image/jpeg",
36+
"roles": [ "thumbnail" ],
37+
"title": "Thumbnail",
38+
"description": "Photo by [LDAS-NASA](https://eoimages.gsfc.nasa.gov/images/imagerecords/151000/151897/mississippi_oli_2023259_lrg.jpg) (Landsat 8 — OLI image of the Mississippi River below Memphis, Tennessee on September 16, 2023 at near record low water levels, limiting barge shipments, threatening drinking water supplies, agriculture, and ecosystems.)"
39+
}
40+
},
41+
"item_assets": {
42+
"cog_default": {
43+
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
44+
"roles": [
45+
"data",
46+
"layer"
47+
],
48+
"title": "Default COG Layer",
49+
"description": "Cloud optimized default layer to display on map"
50+
}
51+
},
52+
"dashboard:is_periodic": true,
53+
"dashboard:time_density": "month",
54+
"stac_version": "1.0.0",
55+
"renders": {
56+
"dashboard": {
57+
"assets": [
58+
"cog_default"
59+
],
60+
"colormap_name": "magma",
61+
"rescale": [
62+
[
63+
0,
64+
200
65+
]
66+
]
67+
}
68+
},
69+
"providers": [
70+
{
71+
"name": "NLDAS",
72+
"url": "https://ldas.gsfc.nasa.gov/nldas",
73+
"roles": [
74+
"producer",
75+
"processor",
76+
"licensor"
77+
]
78+
},
79+
{
80+
"name": "NASA VEDA",
81+
"url": "https://www.earthdata.nasa.gov/dashboard/",
82+
"roles": [
83+
"host"
84+
]
85+
}
86+
]
87+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
{
2+
"id": "nldas3",
3+
"type": "Collection",
4+
"title": "NLDAS-3 Precipitation Forcing Dataset",
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+
"assets": {
33+
"thumbnail": {
34+
"href": "https://thumbnails.openveda.cloud/nldas-cover.png",
35+
"type": "image/jpeg",
36+
"roles": ["thumbnail"],
37+
"title": "Thumbnail",
38+
"description": "Photo by [LDAS-NASA](https://eoimages.gsfc.nasa.gov/images/imagerecords/151000/151897/mississippi_oli_2023259_lrg.jpg) (Landsat 8 — OLI image of the Mississippi River below Memphis, Tennessee on September 16, 2023 at near record low water levels, limiting barge shipments, threatening drinking water supplies, agriculture, and ecosystems.)"
39+
}
40+
},
41+
"item_assets": {
42+
"cog_default": {
43+
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
44+
"roles": [
45+
"data",
46+
"layer"
47+
],
48+
"title": "Default COG Layer",
49+
"description": "Cloud optimized default layer to display on map"
50+
}
51+
},
52+
"dashboard:is_periodic": true,
53+
"dashboard:time_density": "month",
54+
"stac_version": "1.0.0",
55+
"renders": {
56+
"dashboard": {
57+
"assets": [
58+
"cog_default"
59+
],
60+
"colormap_name": "magma",
61+
"rescale": [
62+
[
63+
0,
64+
200
65+
]
66+
]
67+
}
68+
},
69+
"providers": [
70+
{
71+
"name": "NLDAS",
72+
"url": "https://ldas.gsfc.nasa.gov/nldas",
73+
"roles": [
74+
"producer",
75+
"processor",
76+
"licensor"
77+
]
78+
},
79+
{
80+
"name": "NASA VEDA",
81+
"url": "https://www.earthdata.nasa.gov/dashboard/",
82+
"roles": [
83+
"host"
84+
]
85+
}
86+
]
87+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"bucket": "veda-data-store",
3+
"collection": "nldas2",
4+
"datetime_range": "month",
5+
"discovery": "s3",
6+
"filename_regex": ".*_\\d{6}.tif$",
7+
"id_template": "{}",
8+
"prefix": "nldas2/"
9+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"bucket": "veda-data-store",
3+
"collection": "nldas3",
4+
"datetime_range": "month",
5+
"discovery": "s3",
6+
"filename_regex": ".*_\\d{6}.tif$",
7+
"id_template": "{}",
8+
"prefix": "nldas3/"
9+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"collection": "nldas2",
3+
"filename_regex": ".*_\\d{6}.tif$",
4+
"origin_bucket": "veda-data-store-staging",
5+
"origin_prefix": "EIS/nldas2monthly/",
6+
"target_bucket": "veda-data-store",
7+
"cogify": false,
8+
"dry_run": false
9+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"collection": "nldas3",
3+
"origin_prefix": "EIS/nldas3monthly/",
4+
"origin_bucket": "veda-data-store-staging",
5+
"filename_regex": ".*_\\d{6}.tif$",
6+
"target_bucket": "veda-data-store",
7+
"cogify": false,
8+
"dry_run": false
9+
}

0 commit comments

Comments
 (0)