Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
abarciauskas-bgse authored Dec 21, 2023
1 parent 735f4d7 commit 3e29e65
Show file tree
Hide file tree
Showing 2 changed files with 628 additions and 0 deletions.
88 changes: 88 additions & 0 deletions notebooks/tutorials/ghg-test-datasets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
[
{
"collection_id": "epa-ch4emission-yeargrid-v2express",
"asset_name": "total-methane",
"datetime_key": "datetime",
"aoi_name": "Continental United States",
"aoi_value": {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"coordinates": [
[
[
-127.57107290308517,
49.457856110898405
],
[
-127.57107290308517,
24.031296210483276
],
[
-66.54085390888281,
24.031296210483276
],
[
-66.54085390888281,
49.457856110898405
],
[
-127.57107290308517,
49.457856110898405
]
]
],
"type": "Polygon"
}
}
]
},
"extra_params": {"nodata": -9999}
},
{
"collection_id": "casagfed-carbonflux-monthgrid-v3",
"asset_name": "npp",
"datetime_key": "start_datetime",
"aoi_name": "Americas, South to North",
"aoi_value": {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"coordinates": [
[
[
-127.57107290308517,
49.457856110898405
],
[
-127.57107290308517,
24.031296210483276
],
[
-66.54085390888281,
24.031296210483276
],
[
-66.54085390888281,
49.457856110898405
],
[
-127.57107290308517,
49.457856110898405
]
]
],
"type": "Polygon"
}
}
]
},
"extra_params": {}
}
]
Loading

0 comments on commit 3e29e65

Please sign in to comment.