Skip to content

Commit

Permalink
Merge pull request #9 from carbonplan/add_datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
norlandrhagen authored Aug 22, 2024
2 parents e729595 + e5932b2 commit f13de79
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions datasets.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,65 @@
[
{
"name": "OffsetsDB",
"color": "purple",
"description": "Database of offset projects and offset credits issued.",
"tags": ["offsets"],
"image": "https://images.carbonplan.org/highlights/offsets-db-dark.png",
"links": [
{
"label": "Web tool",
"href": "https://carbonplan.org/research/offsets-db"
},
{
"label": "Read article",
"href": "https://carbonplan.org/research/offsets-db-explainer"
}
],
"formats": [
{
"label": "CSV",
"href": "https://carbonplan-offsets-db.s3.us-west-2.amazonaws.com/production/latest/offsets-db.csv.zip",
"type": "download"
},
{
"label": "PARQUET",
"href": "https://carbonplan-offsets-db.s3.us-west-2.amazonaws.com/production/latest/offsets-db.parquet.zip",
"type": "download"
}
],
"metadata": {
"release_date": "03-08-2024",
"license": "Multiple",
"href": "https://github.com/carbonplan/offsets-db-data/blob/main/TERMS_OF_DATA_ACCESS"
}
},
{
"name": "Extreme heat",
"color": "yellow",
"description": "Data and analysis on extreme heat under a changing climate.",
"tags": ["climate", "risks"],
"image": "https://images.carbonplan.org/highlights/extreme-heat-dark.png",
"links": [
{
"label": "Read article",
"href": "https://carbonplan.org/research/extreme-heat-explainer"
}
],

"formats": [
{
"label": "Zarr & CSV",
"href": "https://github.com/carbonplan/extreme-heat?tab=readme-ov-file#data",
"type": "link"
}
],
"metadata": {
"release_date": "09-05-2023",
"license": "CC BY 4.0",
"variables": ["WBGT"],
"spatial_coverage": "Global"
}
},
{
"name": "CMIP6 downscaling",
"color": "pink",
Expand Down

0 comments on commit f13de79

Please sign in to comment.