GlobalDeltaChange
A theoretical framework to predict delta morphology and delta change, and a set of codes to make this predictions on a global scale for about 11,000 deltas.
https://github.com/jhnienhuis/globaldeltachange
Category: Hydrosphere
Sub Category: Ocean and Hydrology Data Access
Last synced: about 19 hours ago
JSON representation
Repository metadata
Global Delta Dataset
- Host: GitHub
- URL: https://github.com/jhnienhuis/globaldeltachange
- Owner: jhnienhuis
- License: mit
- Created: 2019-06-12T14:17:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T07:52:27.000Z (over 1 year ago)
- Last Synced: 2026-02-13T22:49:10.693Z (about 1 month ago)
- Language: MATLAB
- Homepage: http://jhnienhuis.github.io
- Size: 365 MB
- Stars: 22
- Watchers: 3
- Forks: 6
- Open Issues: 1
- Releases: 3
-
Metadata Files:
- Readme: readme.rst
- License: LICENSE
readme.rst
**************
GlobalDeltaChange
**************
.. image:: https://zenodo.org/badge/191585237.svg
:target: https://zenodo.org/badge/latestdoi/191585237
.. image:: https://app.codacy.com/project/badge/Grade/0ae4939efdcd43b9b70e3ac605619f50
:target: https://www.codacy.com/gh/jhnienhuis/GlobalDeltaChange/dashboard?utm_source=github.com&utm_medium=referral&utm_content=jhnienhuis/GlobalDeltaChange&utm_campaign=Badge_Grade
*GlobalDeltaChange* is a (1) theoretical framework to predict delta morphology and delta change, and (2) a set of codes to make this predictions on a global scale for ~11,000 deltas. Results and methods are described in `Nienhuis et al., 2020 `_
.. figure:: https://media.springernature.com/full/springer-static/image/art%3A10.1038%2Fs41586-019-1905-9/MediaObjects/41586_2019_1905_Fig1_HTML.png?as=webp
Global delta morphology, as predicted by three sediment fluxes (Qwave, Qtide, and Qriver), within a ternary space and along Earths' coast.
Documentation
#############
Versioning
**********
by Jaap Nienhuis, Utrecht University, 2019, version 1.0
by Jaap Nienhuis, Utrecht University, 2021, version 2.0
(Version 2.0 includes the newest land/water change data from GSW, local wave estimates from local wind fetch, submarine and subaerial elevation, river names, and more.)
Use the data
#############
The data can be viewed interactively in `a GEE App `_.
Raw data is available here on github, formatted as `MATLAB .mat `_, `Shapefiles `_, `NetCDF .nc `_, and `.kml `_ files.
Reproduce the data
#############
To reproduce the GlobalDeltaData.mat file, run the following functions in this order:
Main functions
**********
(1) find_river_mouth.m
uses hydrosheds, DIVA, Durr, and SRTM to find all alluvial river mouths globally, furtheron referred to as deltas. Initiates the GlobalDeltaData.mat file
(2) get_QRiver.m
uses WBMSED to get a pristine and disturbed sediment and water flux to each delta. Optionally you can use get_QRiver_timeseries to get daily QRiver and Discharge output
(3) get_channel_slope.m
uses SRTM and hydrosheds to extract river elevation profiles for all deltas up to 30 meters elevation
(4) get_bathy_profile.m
uses etopo data to get steepest descent profiles of the underwater basin depths, from the river mouth to -100m
(5) get_Qwave.m
adds wave data to each delta from WaveWatch. For deltas that are (partially) sheltered from wave approach angles, it estimates a fetch based on shoreline orientation.
It uses the bretschneider fetch formula and WaveWatch wind data to estimate wave heights in sheltered locations. Uses get_global_fetch.m.
Optionally you can use get_QWave_timeseries to get daily wave statistics, or get_QWave_future to get estimates of future wave heights (up to 2100).
(6) get_Qtide.m
adds tide data to each delta, based on TOPEX data
(7) get_hydrobasins_id.m
adds identifiers from the new WWF HydroATLAS, HydroBasins, and HydroRIVERS datasets
(8) add_names_to_deltas.m
Uses FAO data to find river names for deltas, where available. Needs updating.
Supplemental functions
**********
land_area_change/get_aquamonitor_data
defines polygons for each river delta, and retrieves aquamonitor and earthsurfacewater explorer data to get delta coastal area land gain and loss within those regions.
These data are noisy, so use with caution and with appropriate estimates of data uncertainty. The GEE code can be found at:
https://code.earthengine.google.com/21dd5f216c625b8696b4d9af6ee55215
We manually define polygons for the 100 largest deltas (see GlobalDeltaMax100.kml), and use proxies for delta area size for the remaining deltas.
export_data/create_kml, create_netcdf, create_shapefile, create_shapefile_deltaland
various functions to export relevant data to kml, netcdf, xlsx, and shapefile formats
misc/galloway_predictor
function to plot output in the galloway triangle.
validation/global_delta_validation
function to compare predictions against observations and put the resulting accuracy in the readme.rst file on github
Input datasets
#############
Reproducing the data can be done with the following input datasets:
- HydroSheds 15 arcsec drainage direction (DIR), flow accumulation (ACC), and basin outline (BAS) files
source: https://www.hydrosheds.org/
- DIVA typology_coastline
source: AT Vafeidis, G Boot, J Cox, R Maatens, L McFadden, RJ Nicholls, T Spencer, RSJ Tol, (2006) The DIVA database documentation, DINAS-COAST Consortium
- DURR dataset
source: Dürr, H.H., Laruelle, G.G., van Kempen, C.M. et al. Estuaries and Coasts (2011) 34: 441. https://doi.org/10.1007/s12237-011-9381-y
- NOAA vectorized shoreline
source: https://www.ngdc.noaa.gov/mgg/shorelines/
- WBMSed global discharge, pristine, and disturbed sediment fluxes
source: https://sdml.ua.edu/datasets-2/
- Global directional wave statistics (WaveWatch), and global tides (TOPEX)
source: https://jhnienhuis.users.earthengine.app/view/changing-shores
- SRTM, 1 arcsec (30 meter) resolution global topography
source: https://lpdaac.usgs.gov/products/srtmgl1v003/
- River Names, from FAO Aquamaps
source: http://www.fao.org/nr/water/aquamaps/
(note, I don't store these here because of versioning and file size limitations. Please get in touch if you can't find them, I will send them to you)
Global Delta Accuracy
#############
The accuracy of the global delta dataset is assessed through comparison against field measurements and other datasets, scipts are validation data are in the subfolder "validation".
We compare the total number of predicted deltas (~11,000) against field observations of deltas that meet our definition (see the publication). We also compare the predicted morphology and give accuracy for individual predictions and for the global total. Lastly, we compare the delta land area change against a set of other datasets and observations.
For deltas on Madagascar, and additional deltas drawn at random from the dataset, we obtain the following confusion matrix:
+-----------+------------+------------+-----------+---------+
| | Observed |
+===========+============+============+===========+=========+
| | | Wave | River | Tide |
+-----------+------------+------------+-----------+---------+
| | Wave | 244 | 011 | 033 |
+-----------+------------+------------+-----------+---------+
| Predicted | River | 020 | 025 | 018 |
+-----------+------------+------------+-----------+---------+
| | Tide | 003 | 001 | 017 |
+-----------+------------+------------+-----------+---------+
For individual predictions, we retrieve the following accuracies
================ =======================
Morphology Prediction accuracy (%)
---------------- -----------------------
Wave dominated 89%
River dominated 65%
Tide dominated 23%
================ =======================
Scaling up to the globe, we retrieve the following estimates for the global number of deltas and their morphologies
================ ============== =======================
Morphology Global number Uncertainty (+/- 1std)
---------------- -------------- -----------------------
All deltas 10848 0371
Wave dominated 08245 0894
River dominated 01825 0633
Tide dominated 00778 0601
================ ============== =======================
The accuracy of our Aquamonitor-derived land area change estimats for global deltas is assessed by comparison against other models, and individual delta assessments.
================ ============== =======================
Selection Percentage of Expressed in
delta change Area (km2/yr)
---------------- -------------- -----------------------
Detection error 001% 001.00
Mapping error 153% 152.64
Intermodel error 092% 092.16
---------------- -------------- -----------------------
One delta (mean) 246% 245.80
All deltas (SE) 103% 103.16
================ ============== =======================
Owner metadata
- Name: Jaap Nienhuis
- Login: jhnienhuis
- Email:
- Kind: user
- Description:
- Website: jhnienhuis.github.io
- Location: Utrecht, NL
- Twitter: changing_shores
- Company: Utrecht University
- Icon url: https://avatars.githubusercontent.com/u/34747577?u=b7e896d0cd6b802a9c6ea2c847044f4a8db207fc&v=4
- Repositories: 3
- Last ynced at: 2023-07-24T11:18:39.995Z
- Profile URL: https://github.com/jhnienhuis
GitHub Events
Total
- Watch event: 3
- Issue comment event: 1
Last Year
- Watch event: 2
Committers metadata
Last synced: 8 days ago
Total Commits: 78
Total Committers: 5
Avg Commits per committer: 15.6
Development Distribution Score (DDS): 0.513
Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| Jaap Nienhuis | 3****s | 38 |
| Nienhuis | j****s@u****l | 15 |
| Nienhuis | N****s@D****T | 14 |
| jaap | j****p@n****s | 8 |
| nienh003 | n****3@U****l | 3 |
Committer domains:
- uu074621.soliscom.uu.nl: 1
- uu.nl: 1
Issue and Pull Request metadata
Last synced: 3 months ago
Total issues: 1
Total pull requests: 8
Average time to close issues: N/A
Average time to close pull requests: 2 minutes
Total issue authors: 1
Total pull request authors: 2
Average comments per issue: 1.0
Average comments per pull request: 0.13
Merged pull request: 7
Bot issues: 0
Bot pull requests: 0
Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- jhnienhuis (1)
Top Pull Request Authors
- jhnienhuis (7)
- codacy-badger (1)
Top Issue Labels
Top Pull Request Labels
Score: 4.74493212836325