metadata
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.