File size: 988 Bytes
e877cce
 
 
 
 
 
 
 
 
 
 
 
46d7b68
 
2ac529a
46d7b68
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
license: cc-by-4.0
task_categories:
- feature-extraction
pretty_name: IndLands
size_categories:
- 1M<n<10M
---




# IndLands Dataset

This dataset contains landslide data considering events from four Indian states: Himachal Pradesh, Mizoram, Sikkim, and Uttarakhand as our study region

## Structure

Each state contains multiple event folders. Every event folder includes:

- `pre_event_features.csv`: Features captured before the landslide event.
- `post_event_features.csv`: Features captured after the landslide event.
- `feature_list.csv`: The list of features used for the event.
- `event_metadata.txt`: Descriptive metadata about the event.
- `shapefiles.zip`: Archived shapefile data for geographic reference (not previewable).

A `dataset_index.csv` file is included at the root to index all events across states.

## Usage

You can load the dataset and parse metadata using the `dataset_index.csv` file or process each event folder individually depending on your workflow.