Skip to content

Commit eca4880

Browse files
authored
Merge pull request #24 from NASA-IMPACT/feat/emit-ch4plume-v2
dataset Ingest Request for emit-ch4plume-v2
2 parents 560a02c + f15e806 commit eca4880

1 file changed

Lines changed: 34 additions & 11 deletions

File tree

ingestion-data/staging/dataset-config/emit-ch4plume-v2.json

Lines changed: 34 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,6 @@
4343
"https://stac-extensions.github.io/render/v1.0.0/schema.json",
4444
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
4545
],
46-
"providers": [
47-
{
48-
"name": "NASA VEDA",
49-
"roles": [
50-
"host"
51-
],
52-
"url": "https://www.earthdata.nasa.gov/dashboard/"
53-
}
54-
],
55-
"eic:tenant": "ghgc",
5646
"item_assets": {
5747
"cog_default": {
5848
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
@@ -72,5 +62,38 @@
7262
"title": "EMIT Methane Point Source Plume Complexes",
7363
"description": "Methane plume complexes from point source emitters."
7464
}
75-
}
65+
},
66+
"renders": {
67+
"dashboard": {
68+
"bidx": 1,
69+
"assets": [
70+
"ch4-plume-emissions"
71+
],
72+
"nodata": -9999,
73+
"rescale": [
74+
[
75+
1,
76+
1500
77+
]
78+
],
79+
"resampling": "bilinear",
80+
"colormap_name": "plasma"
81+
},
82+
"ch4-plume-emissions": {
83+
"bidx": 1,
84+
"assets": [
85+
"ch4-plume-emissions"
86+
],
87+
"nodata": -9999,
88+
"rescale": [
89+
[
90+
1,
91+
1500
92+
]
93+
],
94+
"resampling": "bilinear",
95+
"colormap_name": "plasma"
96+
}
97+
},
98+
"eic:tenant": "ghgc"
7699
}

0 commit comments

Comments
 (0)