Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,20 +12,8 @@ size_categories:
|
|
| 12 |
|
| 13 |
# IndLands Dataset
|
| 14 |
|
| 15 |
-
This dataset contains landslide data considering events from
|
| 16 |
|
| 17 |
-
## Structure
|
| 18 |
|
| 19 |
-
Each state
|
| 20 |
-
|
| 21 |
-
- `pre_event_features.csv`: Features captured before the landslide event.
|
| 22 |
-
- `post_event_features.csv`: Features captured after the landslide event.
|
| 23 |
-
- `feature_list.csv`: The list of features used for the event.
|
| 24 |
-
- `event_metadata.txt`: Descriptive metadata about the event.
|
| 25 |
-
- `shapefiles.zip`: Archived shapefile data for geographic reference (not previewable).
|
| 26 |
-
|
| 27 |
-
A `dataset_index.csv` file is included at the root to index all events across states.
|
| 28 |
-
|
| 29 |
-
## Usage
|
| 30 |
-
|
| 31 |
-
You can load the dataset and parse metadata using the `dataset_index.csv` file or process each event folder individually depending on your workflow.
|
|
|
|
| 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|