globaldeltachange

Global Delta Dataset

https://github.com/jhnienhuis/globaldeltachange

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
    Links to: nature.com, zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Global Delta Dataset

Basic Info
  • Host: GitHub
  • Owner: jhnienhuis
  • License: mit
  • Language: MATLAB
  • Default Branch: master
  • Homepage: http://jhnienhuis.github.io
  • Size: 365 MB
Statistics
  • Stars: 20
  • Watchers: 3
  • Forks: 6
  • Open Issues: 1
  • Releases: 3
Created about 7 years ago · Last pushed almost 2 years ago
Metadata Files
Readme 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: Drr, 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

  • Name: Jaap Nienhuis
  • Login: jhnienhuis
  • Kind: user
  • Location: Utrecht, NL
  • Company: Utrecht University

GitHub Events

Total
  • Watch event: 2
  • Issue comment event: 1
Last Year
  • Watch event: 2
  • Issue comment event: 1

Committers

Last synced: 10 months ago

All Time
  • Total Commits: 78
  • Total Committers: 5
  • Avg Commits per committer: 15.6
  • Development Distribution Score (DDS): 0.513
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Jaap Nienhuis 3****s@u****m 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 (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • 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 requests: 7
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jhnienhuis (1)
Pull Request Authors
  • jhnienhuis (7)
  • codacy-badger (1)
Top Labels
Issue Labels
Pull Request Labels