Skip to content

Commit 29289af

Browse files
committed
fix/draft1-methane-manure-collection
1 parent cbcf9e1 commit 29289af

File tree

1 file changed

+81
-0
lines changed

1 file changed

+81
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
{
2+
"id": "methane-manure",
3+
"type": "Collection",
4+
"links": [],
5+
"title": "Methane Emissions Manure Management",
6+
"extent": {
7+
"spatial": {
8+
"bbox": [
9+
[-129.999996943876, 19.9999992348745, -60.0000030561237, 55.0000007651255]
10+
]
11+
},
12+
"temporal": {
13+
"interval": [
14+
[
15+
"2020-01-0100:00:00Z",
16+
"2020-01-0100:00:00Z"
17+
]
18+
]
19+
}
20+
},
21+
"license": "CC0-1.0",
22+
"summaries": {
23+
"datetime": [
24+
"2020-01-01T00:00:00Z",
25+
"2020-01-01T00:00:00Z"
26+
]
27+
},
28+
"description": "Gridded EPA Methane Data for Manure Management 2020",
29+
"item_assets": {
30+
"cog_default": {
31+
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
32+
"roles": [
33+
"data",
34+
"layer"
35+
],
36+
"title": "Default COG Layer",
37+
"description": "Cloud optimized default layer to display on map"
38+
}
39+
},
40+
"stac_version": "1.0.0",
41+
"stac_extensions": [
42+
"https://stac-extensions.github.io/render/v1.0.0/schema.json",
43+
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
44+
],
45+
"dashboard:is_periodic": true,
46+
"dashboard:time_density": "year",
47+
"renders": {
48+
"dashboard": {
49+
"colormap_name": "rainbow",
50+
"rescale": [
51+
[
52+
0,
53+
46428019752
54+
]
55+
],
56+
"nodata": 0,
57+
"assets": [
58+
"cog_default"
59+
],
60+
"title": "VEDA Dashboard Render Parameters"
61+
}
62+
},
63+
"providers": [
64+
{
65+
"name": "EPA",
66+
"url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions",
67+
"roles": [
68+
"producer",
69+
"processor",
70+
"licensor"
71+
]
72+
},
73+
{
74+
"name": "NASA VEDA",
75+
"url": "https://www.earthdata.nasa.gov/dashboard/",
76+
"roles": [
77+
"host"
78+
]
79+
}
80+
]
81+
}

0 commit comments

Comments
 (0)