Skip to content
Open
Changes from all commits
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
45 changes: 24 additions & 21 deletions ingestion-data/staging/dataset-config/geos-co2-daygrid-vPRE.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,26 @@
"dashboard:time_density": "day",
"links": [],
"spatial_extent": {
"xmin": -180.0,
"ymin": -90.125,
"xmax": 180.0,
"ymax": 90.125
"xmin": -180,
"ymin": -90,
"xmax": 180,
"ymax": 90,
"bbox": [

@jjfrench jjfrench Aug 22, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Aren't -90.125, 90.125 beyond pole limits?

[
-180,
-90.125,
180,
90.125
]
]
},
"temporal_extent": {
"startdate": "2015-01-01T00:00:00Z",
"enddate": "2025-05-31T00:00:00Z"
"interval": [
[
"2015-01-01 00:00:00+00",
"2025-05-31 00:00:00+00"
]
]
},
"discovery_items": [
{
Expand All @@ -28,9 +40,9 @@
"use_multithreading": false,
"assets": {
"xco2": {
"description": "Daily, global assimilated CO₂ average column concentrations derived from satellite data.",
"description": "Daily average column concentrations of carbon dioxide derived from satellite data.",
"regex": ".*geos_carbon_vPRE_XCO2_.*.tif$",
"title": "Average Column CO₂ (XCO₂)"
"title": "Average Dry-Air Column CO₂ (XCO₂)"
}
},
"cogify": false,
Expand Down Expand Up @@ -61,8 +73,8 @@
"data",
"layer"
],
"title": "Average Column CO₂ (XCO₂)",
"description": "Daily, global assimilated CO₂ average column concentrations derived from satellite data."
"title": "Average Dry-Air Column CO₂ (XCO₂)",
"description": "Daily average column concentrations of carbon dioxide derived from satellite data."
}
},
"renders": {
Expand All @@ -80,15 +92,7 @@
]
}
},
"providers": [
{
"name": "NASA",
"roles": [
"host"
],
"url": "https://www.earthdata.nasa.gov/dashboard/"
}
],
"providers": [],
"eic:tenant": "ghgc",
"extent": {
"spatial": {
Expand All @@ -110,7 +114,6 @@
]
}
},
"is_periodic": true,
"type": "Collection",
"units": "Parts per million (ppm)"
}
}
Loading