Skip to content

An global analysis of landslide-triggering hydrologic conditions

Notifications You must be signed in to change notification settings

eculler/landslide-regions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Data-driven Evaluation of Post-wildfire Landslide Hazards

Contains the code and configuration files necessary to reproduce a global analysis of landslide-triggering hydrologic conditions. This analysis will be published in the journal NHESS.

Data

This analysis uses the following data with no preprocessing:

  • The NASA Global Landslide Catalog
    • Kirschbaum, D.B., Adler, R., Hong, Y., Hill, S., and Lerner-Lam, A. (2010), A global landslide catalog for hazard applications: method, results, and limitations. Natural Hazards, 52,561-575. doi: 1007/s11069-009-9401-4.
    • Data accessed from Global Landslide Catalog Downloadable Products Gallery
    • Data should be placed in 00-data > raw > GLC20201204.csv to run the 02-analysis > glc.Rmd notebook without modifications

This analysis uses the following data preprocessed to extract values at landslide locations and calculat precipitation percentile:

  • MODIS Burned Area (Global, 2004-2019)
    • Giglio, L., Justice, C., Boschetti, L., Roy, D. (2015). MCD64A1 MODIS/Terra+Aqua Burned Area Monthly L3 Global 500m SIN Grid V006 [Data set]. NASA EOSDIS Land Processes DAAC. Accessed 2019-12-04 from https://doi.org/10.5067/MODIS/MCD64A1.006
    • Data accessed from OPeNDAP
  • CHIRPS Precipitation
    • Funk, C.C., Peterson, P.J., Landsfeld, M.F., Pedreros, D.H., Verdin, J.P., Rowland, J.D., Romero, B.E., Husak, G.J., Michaelsen, J.C., and Verdin, A.P., 2014, A quasi-global precipitation time series for drought monitoring: U.S. Geological Survey Data Series 832, 4 p. ftp://chg-ftpout.geog.ucsb.edu/pub/org/chg/products/CHIRPS-2.0/docs/USGS-DS832.CHIRPS.pdf
    • Data accessed from the University of California Santa Barbara
  • Daymet Daily Surface Weather Data Precipitation and Snow Water Equivalent (SWE)

The preprocessed dataset are available from zenodo and should be placed in 00-data > processed to runthe 02-analysis > glc.Rmd notebook without modifications

To run:

Some preprocessing steps are performed using the land-surface-modeling-utilities package using configuration files in 01-preprocessing/cfg:

  • Mosaicing, reprojecting, and converting MODIS Burned Area data to netCDF format
  • Downloading Daymet data over THREDDS

Additional pre-processing was performed using command line utilities cdo, ncrcat, and ncks. Instructions are included in 01-preprocessing/bash-instructions:

  • Clipping, concatenating, and calculating percentiles of CHIRPS data

Python scripts may be run in a docker container duplicated using the supplied Dockerfile and environment.yml. Example run scripts are provided in 01-preprocessing/bin:

  • burn_global.py determines if a fire has occurred nearby the landslide site
  • precip_dayment.py and precip_global.py files determine the timeline of antecedent precipitation for various datasets
  • precip_frequency.py calculates a rolling window of precipitation frequency
  • swe_dayment.py determines the timeline of antecedent SWE at landslide sites
  • precip_global_monthly.py determines precipitation climatology at landslide sites

Further analysis of the preprocessed data is performed using an RMarkdown file available at 02-analysis/glc.Rmd. 02-analysis/glc.html contains the knitted analysis.

Software

This analysis uses the following software:

About

An global analysis of landslide-triggering hydrologic conditions

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages