DataUploader commited on
Commit
a54377a
·
verified ·
1 Parent(s): 5e49722

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
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 zip folder represents each state under which raw tiles (sentinel2), DEM, GLCM, Indices feature images, Subsets, Annotation and dataset.csv (tabular representation of all the features,annotations and latitude,longitude)
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ---