Skip to content

frmod v0.1.5

Latest
Compare
Choose a tag to compare
@gerzsd gerzsd released this 24 Mar 14:05
0edd4d0

FRMOD is a Python tool for probabilistic landslide susceptibility analysis. It uses the frequency (or likelihood) ratio method to estimate where landslides are likely to occur based on the conditions specified by the input files. Its main inputs are a mask layer for the landslide areas and a set of layers with the analyzed variables. The script works on raster grids.

The paper describing FRMOD's original workflow:
https://doi.org/10.5194/ica-adv-3-4-2021

v0.1.5 introduces a new aggregation method for creating the final susceptibility grid from the susceptibility grids of the validation folds by taking their product instead of averaging them.

What's Changed

Full Changelog: v0.1.3...v0.1.5