Skip to content

Commit

Permalink
generalize DOIs (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
dallen5 authored Apr 12, 2022
1 parent 0ccf178 commit b19818c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6449231.svg)](https://doi.org/10.5281/zenodo.6449231)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6449230.svg)](https://doi.org/10.5281/zenodo.6449230)

# Sea Level Impacts Input Dataset by Elevation, Region, and Scenario (SLIIDERS)

This repository hosts the code used to create the [SLIIDERS-ECON and SLIIDERS-SLR](https://doi.org/10.5281/zenodo.6449231) datasets. The SLIIDERS datasets contain current and forecasted physical and socioeconomic metrics from 2000-2100 - organized by coastal segment, elevation slice, and scenario - for use as inputs to global coastal climate impacts research.
This repository hosts the code used to create the [SLIIDERS-ECON and SLIIDERS-SLR](https://doi.org/10.5281/zenodo.6449230) datasets. The SLIIDERS datasets contain current and forecasted physical and socioeconomic metrics from 2000-2100 - organized by coastal segment, elevation slice, and scenario - for use as inputs to global coastal climate impacts research.

**SLIIDERS-ECON** contains socioeconomic variables, varying horizontally and vertically over space. **SLIIDERS-SLR** contains Monte Carlo projections of Local Sea Level Rise under different emissions and ice sheet dynamics assumptions, based on the outputs of [LocalizeSL](https://github.com/bobkopp/LocalizeSL). Coastal segments in SLIIDERS-ECON can be matched to gridded LSLR projections in SLIIDERS-SLR via the `SLR_site` key.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -714,9 +714,12 @@
{
"cell_type": "markdown",
"id": "8b048d8c-ef4e-4119-9de5-9ec341f0d5a5",
"metadata": {},
"metadata": {
"jp-MarkdownHeadingCollapsed": true,
"tags": []
},
"source": [
"There are three datasets that were manually constructed for use in `SLIIDERS`. They are available for download on Zenodo. Please download each file from the Zenodo deposit [here](https://doi.org/10.5281/zenodo.6450169) and copy to the paths designated for each dataset.\n",
"There are three datasets that were manually constructed for use in `SLIIDERS`. They are available for download on Zenodo. Please download each file from the Zenodo deposit [here](https://doi.org/10.5281/zenodo.6450168) and copy to the paths designated for each dataset.\n",
"\n",
"#### 1. `ne_coastline_lines_CIAM_wexp_or_gtsm.shp`\n",
"Path: `sset.PATH_CIAM_COASTLINES` (Download all files with the name `ne_coastline_lines_CIAM_wexp_or_gtsm` (but different extensions) to this directory.) \n",
Expand Down

0 comments on commit b19818c

Please sign in to comment.