Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -44,4 +44,16 @@ The final output is a multi-modal dataset containing terrain, spectral, and text
|
|
| 44 |
|
| 45 |
# Structure of the ML Ready Dataset
|
| 46 |
|
| 47 |
-
Each
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
|
| 45 |
# Structure of the ML Ready Dataset
|
| 46 |
|
| 47 |
+
Each ZIP archive corresponds to a single state and contains multi-modal data derived from remote sensing sources, including:
|
| 48 |
+
|
| 49 |
+
* Raw Sentinel-2 image tiles
|
| 50 |
+
* Digital Elevation Model (DEM) data
|
| 51 |
+
* GLCM-based texture features
|
| 52 |
+
* Spectral index feature maps
|
| 53 |
+
* Spatial subsets
|
| 54 |
+
* Manually annotated landslide regions
|
| 55 |
+
* `dataset.csv`, providing a consolidated tabular view of all extracted features, annotations, and associated latitude–longitude coordinates
|
| 56 |
+
|
| 57 |
+
**Note:** The full dataset, including intermediate preprocessing outputs generated at each stage of the pipeline, is available upon request.
|
| 58 |
+
|
| 59 |
+
---
|