# Landslide-Susceptibility **Repository Path**: chewc/Landslide-Susceptibility ## Basic Information - **Project Name**: Landslide-Susceptibility - **Description**: Landslide susceptibility mapping by deep learning and slope unit - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2019-12-22 - **Last Updated**: 2025-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Landslide-Susceptibility SlopeCardMake.py 输入tif格式的影响因子图层与以fid为灰度值的斜坡单元图层,输出fid.npy的斜坡单元卡片与1D因子。 SlopeCardResize.py 将斜坡单元卡片rezise为统一大小并得到一个npy文件。 data_read.py 数据读取与增强。 nni_trial 借助nni实现模型的超参数优化,并进行滑坡易发性评价。 First,installing Requirements Second,cd nni_trial Last,nnictl create --config config.yml Requirements:keras/nni/pandas/numpy/matplotlib