Skip to content

Python -- RIvers from Satellite ::: an engine to extract river meander morphodynamics from Landsat data

License

Notifications You must be signed in to change notification settings

hchicchon/pyris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

README

PyRIS - Python RIvers by Satellite

Extract River Features from Landsat Multispectral Data

  • Contains: pyris (module), pyris (cli script)
  • Version 2.0 (development)

Who do I talk to?

Install Instructions

On Unix/Linux

  1. Install pip: sudo apt-get install python-pip

  2. Install dependencies for PyRIS: sudo pip install numpy scipy matplotlib scikit-image gdal

  3. Execute setup script to install PyRIS: sudo python setup.py install

On Windows

  1. Install Anaconda (https://www.continuum.io/downloads)

  2. Add Python to your Path (https://docs.python.org/2/using/windows.html)

  3. Install GDAL through Conda Prompt conda install gdal

Run Instruction

  • Call pyris from the command line: pyris [args]
  • 'pyris --help' provides information on the required arguments

About

Python -- RIvers from Satellite ::: an engine to extract river meander morphodynamics from Landsat data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages