Update README.md
Browse files
README.md
CHANGED
|
@@ -120,6 +120,9 @@ The LiDAR layer was derived from a Digital Elevation Model (DEM) with a spatial
|
|
| 120 |
The Landslides layer represents ground truth data, manually annotated by experts from the State Geological Institute of Dionýz Štúr. A pixel value of <b>1</b> indicates the presence of a landslide.
|
| 121 |
The data in both the <b>raw</b> and <b>processed</b> folders are identical, as no additional processing was applied to this layer.
|
| 122 |
|
|
|
|
|
|
|
|
|
|
| 123 |
## Curvature
|
| 124 |

|
| 125 |
The Curvature layer was calculated from the DEM after applying a smoothing filter to reduce noise. A 3×3 kernel was used to smooth the DEM before curvature computation. The curvature was computed using the following formula (see accompanying image for the legend):
|
|
@@ -162,6 +165,15 @@ The NDVI layer was computed from the annual average satellite data covering the
|
|
| 162 |
It is used to determine the health and density of vegetation and is computed as a normallized difference of bands B8 (Near-Infrared) and B4 (Visible Red).
|
| 163 |
The data in both the <b>raw</b> and <b>processed</b> folders are identical, as no further processing was applied to this layer.
|
| 164 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 165 |
## Roughness
|
| 166 |

|
| 167 |
The Roughness layer was derived from the DEM using the roughness function in QGIS, which measures the variability of elevation within a local neighborhood.
|
|
|
|
| 120 |
The Landslides layer represents ground truth data, manually annotated by experts from the State Geological Institute of Dionýz Štúr. A pixel value of <b>1</b> indicates the presence of a landslide.
|
| 121 |
The data in both the <b>raw</b> and <b>processed</b> folders are identical, as no additional processing was applied to this layer.
|
| 122 |
|
| 123 |
+
## Aspect
|
| 124 |
+
TODO
|
| 125 |
+
|
| 126 |
## Curvature
|
| 127 |

|
| 128 |
The Curvature layer was calculated from the DEM after applying a smoothing filter to reduce noise. A 3×3 kernel was used to smooth the DEM before curvature computation. The curvature was computed using the following formula (see accompanying image for the legend):
|
|
|
|
| 165 |
It is used to determine the health and density of vegetation and is computed as a normallized difference of bands B8 (Near-Infrared) and B4 (Visible Red).
|
| 166 |
The data in both the <b>raw</b> and <b>processed</b> folders are identical, as no further processing was applied to this layer.
|
| 167 |
|
| 168 |
+
## Negative openness
|
| 169 |
+
TODO
|
| 170 |
+
|
| 171 |
+
## Positive openness
|
| 172 |
+
TODO
|
| 173 |
+
|
| 174 |
+
## Possitive and negative openness difference
|
| 175 |
+
TODO
|
| 176 |
+
|
| 177 |
## Roughness
|
| 178 |

|
| 179 |
The Roughness layer was derived from the DEM using the roughness function in QGIS, which measures the variability of elevation within a local neighborhood.
|