-
Notifications
You must be signed in to change notification settings - Fork 31
Installation
Follow up this tutorial to set up the landslide detection tool
Landslide_detector is built upon Python Based Open Source System for Geographic Object Based Image Analysis ([GEOBIA])(https://www.sciencedirect.com/science/article/pii/S0098300413002288) that uses the following libraries: GDAL, RSGISLib, TuiView, RIOS.
- 💻 Windows OS x64
- 🐍 Python Anaconda
- 📦 Python (>= 3.5)
- 📦 NumPy (>= 1.11.0)
- 📦 SciPy (>= 0.17.0)
- 📦 joblib (>= 0.11)
conda create --name ld --file Requirements.txt
-
Install Python Anaconda
-
Within the conda terminal, install gdal running:
conda install -c conda-forge gdal
For more information visit https://anaconda.org/conda-forge/gdal
- Install RSGISLib using:
conda create -n rsgislib -c conda-forge rsgislib
activate rsgislib
- TuiView: for viewing and manipulating RATs (Raster Attribute Tables)
- To install this package with conda run:
conda config --add channels conda-forge
conda create -n myenv tuiview
conda activate myenv
For more information visit http://tuiview.org/
- To open the raster and/or segmented images files:
Within the conda terminal (in myenv) run: tuiview
- Raster I/O Simplification (RIOS): for reading, writing and classifying attributed objects
To install this package with conda run:
conda install -c conda-forge rios
For more information visit https://anaconda.org/conda-forge/rios
- Scikit Learn installation
For more information visit https://scikit-learn.org/stable/install.html
To install this package with conda run:
conda install scikit-learn
- Install pyyaml:
conda install -c anaconda pyyaml
My footer
dsas