Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dymaxionlabs/ai-climate-landslides
AI Climate: Landslides detection
https://github.com/dymaxionlabs/ai-climate-landslides
ai-climate landslides
Last synced: about 2 months ago
JSON representation
AI Climate: Landslides detection
- Host: GitHub
- URL: https://github.com/dymaxionlabs/ai-climate-landslides
- Owner: dymaxionlabs
- License: apache-2.0
- Created: 2022-08-08T15:19:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T19:54:24.000Z (about 2 years ago)
- Last Synced: 2024-04-24T12:14:09.068Z (9 months ago)
- Topics: ai-climate, landslides
- Language: Jupyter Notebook
- Homepage:
- Size: 953 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Susceptible landslide areas detection
## Description
The Susceptible Landslide Area Model was developed to obtain an information layer that contributes to AI Climate Platform, a land management instrument and decision-making tool geared to Global South secondary/tertiary cities that lack local data and whose objective is to cut the time and expense involved in climate hazard mapping, assessment, and prediction, freeing up city resources for community resilience (adaptation) building.
As inputs, the model uses: (I) a raster dataset from optical satellites that represent conditioning factors (topographic and environmental) that can facilitate landslide occurrence, (II)georeferenced information (ground truth) of landslides past events.
DEM, slope, topographic wet index (TWI), land use and land cover (LULC), NDVI (impervious surface) map, distance to rivers and roads, lithological map, and a soil map are the conditioning factors used in the input dataset. The selection of these factors has depended on the area of interest characteristics and the availability of the data.
## Requirements
The tools **GDAL** y [Orfeo Toolbox](https://www.orfeo-toolbox.org/) are used in the first stage, the pre-processing of the data. In the following stages, our packages [satproc](https://github.com/dymaxionlabs/satproc) and [unetseg](https://github.com/dymaxionlabs/satproc) are used for dataset generation and for training and prediction process.
## Notebooks
This repository has a Jupyter Notebooks set, which describes the necessary steps:
1. [Training](notebooks/1_Entrenamiento.ipynb): Satellite imagery and ground truth are processed to generate the training dataset. Then, the model is trained and evaluated.
2. [Prediction](notebooks/2_Prediccion.ipynb): Prediction over the area of interest and prediction results processing.## :handshake: Contributions
Bugs reports y *pull requests* could be done in the [issues page](https://github.com/dymaxionlabs/adefinir) of this repository.
## :page_facing_up: License
The code is licensed under Apache 2.0. Refer to [LICENSE.txt](LICENSE.txt).