Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix/draft1-methane-manure-collection #120

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 81 additions & 0 deletions ingestion-data/collections/methane-manure.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
{
"id": "methane-manure",
"type": "Collection",
"links": [],
"title": "Methane Emissions Manure Management",
"extent": {
"spatial": {
"bbox": [
[-129.999996943876, 19.9999992348745, -60.0000030561237, 55.0000007651255]
]
},
"temporal": {
"interval": [
[
"2020-01-0100:00:00Z",
"2020-01-0100:00:00Z"
]
]
}
},
"license": "CC0-1.0",
"summaries": {
"datetime": [
"2020-01-01T00:00:00Z",
"2020-01-01T00:00:00Z"
]
},
"description": "Gridded EPA Methane Data for Manure Management 2020",
"item_assets": {
"cog_default": {
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"roles": [
"data",
"layer"
],
"title": "Default COG Layer",
"description": "Cloud optimized default layer to display on map"
}
},
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/render/v1.0.0/schema.json",
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
],
"dashboard:is_periodic": true,
"dashboard:time_density": "year",
"renders": {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I copied this renders map tile configuration from a different EPA emissions dataset as an example--it needs to be updated to match this collection or removed. This is not required but makes for a nice preview in the stac browser.

"dashboard": {
"colormap_name": "rainbow",
"rescale": [
[
0,
46428019752
]
],
"nodata": 0,
"assets": [
"cog_default"
],
"title": "VEDA Dashboard Render Parameters"
}
},
"providers": [
{
"name": "EPA",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also copied this provider information from a different EPA emissions dataset so it needs to be updated. I am guessing there might be an equivalent gridded 2020 emissions source?

"url": "https://www.epa.gov/ghgemissions/gridded-2012-methane-emissions",
"roles": [
"producer",
"processor",
"licensor"
]
},
{
"name": "NASA VEDA",
"url": "https://www.earthdata.nasa.gov/dashboard/",
"roles": [
"host"
]
}
]
}
Loading