Skip to content

NASA-DEVELOP/DRIP-SLIP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Detecting Realtime Increased Precipitation (DRIP) / Sudden Landslide Identification Product (SLIP)

This software is Depreciated. For help implementing the SLIP/DRIP algorithm, please consult the following paper and google earth engine implementation

  1. Paper: Fayne, J. V., Ahamed, A., Roberts-Pierel, J., Rumsey, A. C., & Kirschbaum, D. (2018). Automated Satellite-based Landslide Identification Product for Nepal. Earth Interactions, (2018).
  2. Earth Engine implementation

Module Description:

  • Purpose: Landslide identification and extreme precipitation monitoring software. Detect spectral changes from Landsat imagery that may indicate landslides in Nepal.
  • Contents: SLIP.py, SLIP_Preprocess.py, DRIP.py
  • Authors: Justin Roberts-Pierel, Aakash Ahamed, Jessica Fayne, Amanda Rumsey, 2015
  • Contact: jr23@email.sc.edu, aakash.ahamed@nasa.gov, jfayne2@gmu.edu
  • Organization: NASA DEVELOP
  • Programming Language: Python 3 (Can be modified for python2)
  • Required Python packages: os, numpy, gdal, ogr, osr, scipy, urllib, csv, time, datetime, h5py, csv, sys, smtplib, socket, glob, copy, email, natsort. (If there is a lot of interest, please contact us and we will construct a build script to install these dependencies).
  • Disclaimer: This code base is not stable and is for demonstration purposes only! Users are responsible to check for accuracy and revise to fit their objective. As of 2016, funding on this project has expired and development has ceased.

Instructions and Notes:

This system has been run and tested on headless Ubuntu 14.04 operating systems provided by the Open Science Data Cloud.

  1. Users should sign up for an earthdata login and change Line 347 of DRIP.py to reflect their credentials.
  2. Username and password for USGS should also be contained within a "usgs.txt" file in the same directory as SLIP.py and DRIP.py.
  3. Locations (WRS paths/rows) are hard coded in SLIP.py and DRIP.py and must be changed manually to analyze a different area of the world.

This package also makes use of download_landsat.py, which is open source property of Oliver Hagolle.

More Information:

About

DRIP and SLIP Landslide Detection Package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages