DataUploader commited on
Commit
a211b71
·
verified ·
1 Parent(s): 2718ab1

Upload croissant_rai_IndLands.json

Browse files
Files changed (1) hide show
  1. croissant_rai_IndLands.json +174 -0
croissant_rai_IndLands.json ADDED
@@ -0,0 +1,174 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": {
3
+ "@language": "en",
4
+ "@vocab": "https://schema.org/",
5
+ "arrayShape": "cr:arrayShape",
6
+ "citeAs": "cr:citeAs",
7
+ "column": "cr:column",
8
+ "conformsTo": "dct:conformsTo",
9
+ "containedIn": "cr:containedIn",
10
+ "cr": "http://mlcommons.org/croissant/",
11
+ "data": {
12
+ "@id": "cr:data",
13
+ "@type": "@json"
14
+ },
15
+ "dataBiases": "cr:dataBiases",
16
+ "dataCollection": "cr:dataCollection",
17
+ "dataType": {
18
+ "@id": "cr:dataType",
19
+ "@type": "@vocab"
20
+ },
21
+ "dct": "http://purl.org/dc/terms/",
22
+ "extract": "cr:extract",
23
+ "field": "cr:field",
24
+ "fileProperty": "cr:fileProperty",
25
+ "fileObject": "cr:fileObject",
26
+ "fileSet": "cr:fileSet",
27
+ "format": "cr:format",
28
+ "includes": "cr:includes",
29
+ "isArray": "cr:isArray",
30
+ "isLiveDataset": "cr:isLiveDataset",
31
+ "jsonPath": "cr:jsonPath",
32
+ "key": "cr:key",
33
+ "md5": "cr:md5",
34
+ "parentField": "cr:parentField",
35
+ "path": "cr:path",
36
+ "personalSensitiveInformation": "cr:personalSensitiveInformation",
37
+ "recordSet": "cr:recordSet",
38
+ "references": "cr:references",
39
+ "regex": "cr:regex",
40
+ "repeated": "cr:repeated",
41
+ "replace": "cr:replace",
42
+ "sc": "https://schema.org/",
43
+ "separator": "cr:separator",
44
+ "source": "cr:source",
45
+ "subField": "cr:subField",
46
+ "transform": "cr:transform",
47
+ "rai": "http://mlcommons.org/croissant/RAI/",
48
+ "prov": "http://www.w3.org/ns/prov#"
49
+ },
50
+ "@type": "sc:Dataset",
51
+ "distribution": [
52
+ {
53
+ "@type": "cr:FileObject",
54
+ "@id": "repo",
55
+ "name": "repo",
56
+ "description": "The Hugging Face git repository.",
57
+ "contentUrl": "https://huggingface.co/datasets/DataUploader/IndLands/tree/refs%2Fconvert%2Fparquet",
58
+ "encodingFormat": "git+https",
59
+ "sha256": "https://github.com/mlcommons/croissant/issues/80"
60
+ },
61
+ {
62
+ "@type": "cr:FileSet",
63
+ "@id": "parquet-files-for-config-default",
64
+ "containedIn": {
65
+ "@id": "repo"
66
+ },
67
+ "encodingFormat": "application/x-parquet",
68
+ "includes": "default/*/*.parquet"
69
+ }
70
+ ],
71
+ "recordSet": [
72
+ {
73
+ "@type": "cr:RecordSet",
74
+ "dataType": "cr:Split",
75
+ "key": {
76
+ "@id": "default_splits/split_name"
77
+ },
78
+ "@id": "default_splits",
79
+ "name": "default_splits",
80
+ "description": "Splits for the default config.",
81
+ "field": [
82
+ {
83
+ "@type": "cr:Field",
84
+ "@id": "default_splits/split_name",
85
+ "dataType": "sc:Text"
86
+ }
87
+ ],
88
+ "data": [
89
+ {
90
+ "default_splits/split_name": "train"
91
+ }
92
+ ]
93
+ },
94
+ {
95
+ "@type": "cr:RecordSet",
96
+ "@id": "default",
97
+ "description": "DataUploader/IndLands - 'default' subset (first 5GB)",
98
+ "field": [
99
+ {
100
+ "@type": "cr:Field",
101
+ "@id": "default/split",
102
+ "dataType": "sc:Text",
103
+ "source": {
104
+ "fileSet": {
105
+ "@id": "parquet-files-for-config-default"
106
+ },
107
+ "extract": {
108
+ "fileProperty": "fullpath"
109
+ },
110
+ "transform": {
111
+ "regex": "default/(?:partial-)?(train)/.+parquet$"
112
+ }
113
+ },
114
+ "references": {
115
+ "field": {
116
+ "@id": "default_splits/split_name"
117
+ }
118
+ }
119
+ },
120
+ {
121
+ "@type": "cr:Field",
122
+ "@id": "default/image",
123
+ "dataType": "sc:ImageObject",
124
+ "source": {
125
+ "fileSet": {
126
+ "@id": "parquet-files-for-config-default"
127
+ },
128
+ "extract": {
129
+ "column": "image"
130
+ },
131
+ "transform": {
132
+ "jsonPath": "bytes"
133
+ }
134
+ }
135
+ }
136
+ ]
137
+ }
138
+ ],
139
+ "conformsTo": "http://mlcommons.org/croissant/1.1",
140
+ "name": "IndLands",
141
+ "description": "\n\t\n\t\t\n\t\tIndLands : A Spatiotemporal dataset for region-aware landslide analysis from Multi-Source Remote Sensing Imagery\n\t\n\nThis 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:\n\n \n \n \n Uttarakhand\n Sikkim\n Himachal Pradesh\n Mizoram\n Maharashtra\n Karnataka… See the full description on the dataset page: https://huggingface.co/datasets/DataUploader/IndLands.",
142
+ "alternateName": [
143
+ "DataUploader/IndLands",
144
+ "IndLands"
145
+ ],
146
+ "creator": {
147
+ "@type": "Person",
148
+ "name": "Anonymous Data uploader",
149
+ "url": "https://huggingface.co/DataUploader"
150
+ },
151
+ "keywords": [
152
+ "feature-extraction",
153
+ "cc-by-4.0",
154
+ "< 1K",
155
+ "imagefolder",
156
+ "Image",
157
+ "Geospatial",
158
+ "Datasets",
159
+ "Croissant",
160
+ "🇺🇸 Region: US",
161
+ "geospatial",
162
+ "remote-sensing",
163
+ "spatial-analysis",
164
+ "benchmarking"
165
+ ],
166
+ "license": "https://choosealicense.com/licenses/cc-by-4.0/",
167
+ "url": "https://huggingface.co/datasets/DataUploader/IndLands",
168
+ "rai:dataLimitations": "The dataset is specially designed for environmental monitoring and disaster management purposes. Use of the satellite images should be restricted from monitoring individuals and private property. Our dataset is labeled, and in the near future, more thorough and extensive labeling will be addressed not only relying on the multispectral data. Data imbalance is an unavoidable issue which could be addressed better by more sophisticated techniques. Advanced change detection or classification techniques can be applied to synthetic Aperture Radar(SAR) images.",
169
+ "rai:dataBiases": "The dataset contains class imbalance, with non-landslide regions significantly outnumbering landslide samples. In addition, some geographical regions and terrain types are more represented than others due to the availability of satellite imagery, recorded events, and annotation coverage. Seasonal weather conditions, cloud cover, and sensor limitations may also introduce temporal and observational biases. These factors can lead models to favor majority classes or well-represented regions, potentially reducing performance in underrepresented terrains or rare landslide scenarios.",
170
+ "rai:personalSensitiveInformation": "The dataset does not contain any personal or sensitive human information such as gender, age, socio-economic status, health records, political beliefs, religion, language, or identity-related attributes. However, it includes geographical information in the form of latitude and longitude coordinates of landslide events and associated geospatial regions.",
171
+ "rai:dataUseCases": "This dataset has the potential of integrating data points from multiple states across India. Computer scientists and geospatial analysts can thus utilize the dataset not only for predictive modeling but also to perform targeted feature selection that accounts for local heterogeneity. For example, understanding how certain features behave differently in vegetated terrains versus non-vegetated or urbanized regions can help distinguish between natural and anthropogenic influences on slope stability. A comparative study focusing on such contrasts may reveal that vegetative cover plays a more significant role in triggering or preventing landslides in certain ecosystems, whereas built-up areas may respond more sensitively to structural disruptions or drainage issues in certain areas.",
172
+ "rai:dataSocialImpact": "The InLands dataset can support landslide susceptibility analysis, disaster preparedness, infrastructure planning, and early warning research in landslide-prone regions of India, potentially helping reduce loss of life and property. Its geographically diverse coverage across the Himalayas and Western Ghats also promotes broader regional representation in geospatial hazard studies.\nHowever, models developed using this dataset may inherit biases due to uneven regional distribution, annotation uncertainty, sensor limitations, and temporal imbalance. Incorrect predictions could lead to false alarms or missed hazard warnings, particularly affecting vulnerable communities in mountainous regions. The dataset contains no personally identifiable information and is derived entirely from publicly available satellite imagery and geospatial products. To mitigate misuse and improve responsible deployment, the dataset is released for research and educational purposes with transparent preprocessing, benchmarking, and documentation, while encouraging expert validation before operational use.",
173
+ "rai:hasSyntheticData": false
174
+ }