You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Purpose: Landslide identification and extreme precipitation monitoring software. Detect spectral changes from Landsat imagery that may indicate landslides in Nepal.
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.
Users should sign up for an earthdata login and change Line 347 of DRIP.py to reflect their credentials.
Username and password for USGS should also be contained within a "usgs.txt" file in the same directory as SLIP.py and DRIP.py.
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.