Sea-level Rise (outdated: CMIP3/2011)
*Please note that this data is now outdated, as climate modeling methods have improved since CMIP3. Users seeking updated sea level rise projections for Nova Scotia can find this data at: https://data.novascotia.ca/Nature-and-Environment/NS-Sea-Level-Rise-Projections-CMIP5-/t5sw-u3sr
Sea-level rise projections for regions of Nova Scotia. The data includes projections for the following time periods: 2025, 2055, 2085 and 2100.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"novascotia-ca/sealevel-rise-outdated-cmip32011-mk3b-jnm6\".\"sealevel_rise_outdated_cmip32011\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.