DataUploader commited on
Commit
2b6df1b
·
verified ·
1 Parent(s): 1c680e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -10,10 +10,33 @@ size_categories:
10
 
11
 
12
 
13
- # IndLands Dataset
14
 
15
- This dataset contains landslide data considering events from seven Indian states: Himachal Pradesh, Mizoram, Sikkim, and Uttarakhand as our study region
16
 
17
- ## Structure of the ML Ready Dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
  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)
 
10
 
11
 
12
 
13
+ # IndLands : A Spatiotemporal dataset for region-aware landslide analysis from Multi-Source Remote Sensing Imagery
14
 
15
+ This repository contains the complete workflow and supporting files for generating a **landslide-prone area dataset** using remote sensing and machine learning techniques. The dataset has been prepared for the following Indian states:
16
 
17
+ <table>
18
+ <tr>
19
+ <td>
20
+ <ul>
21
+ <li><strong>Uttarakhand</strong></li>
22
+ <li><strong>Sikkim</strong></li>
23
+ <li><strong>Himachal Pradesh</strong></li>
24
+ <li><strong>Mizoram</strong></li>
25
+ <li><strong>Maharashtra</strong></li>
26
+ <li><strong>Karnataka</strong></li>
27
+ <li><strong>Arunachal Pradesh</strong></li>
28
+ </ul>
29
+ </td>
30
+ <td>
31
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/6824219fec148952b8c153d2/xoQ5tt55-kRYlGA6ndzm1.png" width="300" height="400" alt="Indian map with marked states" />
32
+ </td>
33
+ </tr>
34
+ </table>
35
+
36
+ The final output is a multi-modal dataset containing terrain, spectral, and texture-based features extracted from satellite data, along with manually annotated landslide zones for training machine learning models.The complete workflow and steps can be accessible from here
37
+
38
+ [IndLands Repository](https://anonymous.4open.science/r/Dataset)
39
+
40
+ # Structure of the ML Ready Dataset
41
 
42
  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)