Update README.md
Browse files
README.md
CHANGED
|
@@ -32,7 +32,17 @@ The data are organized as follows:
|
|
| 32 |
Folder /landslides/raw/ contains DEM of Biele Karpaty with 1x1 meter resolution (lidar.tif) and anotated landslides by experts from State Geological Institute of Dionýz Štúr (landslides.tif).
|
| 33 |
|
| 34 |
# Layers
|
|
|
|
| 35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
|
| 37 |
## LiDAR
|
| 38 |

|
|
|
|
| 32 |
Folder /landslides/raw/ contains DEM of Biele Karpaty with 1x1 meter resolution (lidar.tif) and anotated landslides by experts from State Geological Institute of Dionýz Štúr (landslides.tif).
|
| 33 |
|
| 34 |
# Layers
|
| 35 |
+
Folders /landslides/layers/processed/ and /landslides/layers/raw/ contain each subfolders for test, train and validation set with layers derived from raw data. Raw folder contains unormalized data and the processed folder contains enhanced normalized layers. Following layers are available:
|
| 36 |
|
| 37 |
+
- LiDAR
|
| 38 |
+
- Landslides
|
| 39 |
+
- Curvature
|
| 40 |
+
- Hillshade
|
| 41 |
+
- NDVI
|
| 42 |
+
- Roughness
|
| 43 |
+
- Slope
|
| 44 |
+
|
| 45 |
+
Detailed description for each layer with its visualization can be found below.
|
| 46 |
|
| 47 |
## LiDAR
|
| 48 |

|