Datasets:

Languages:
English
ArXiv:
DOI:
License:
lucabarco commited on
Commit
0acd00c
·
verified ·
1 Parent(s): 4b4b998

Update Dataset card

Browse files
Files changed (1) hide show
  1. README.md +35 -1
README.md CHANGED
@@ -2,4 +2,38 @@
2
  license: mit
3
  language:
4
  - en
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: mit
3
  language:
4
  - en
5
+ ---
6
+
7
+ Dataset for RAPID WILDFIRE HOTSPOT DETECTION USING SELF-SUPERVISED LEARNING ON TEMPORAL REMOTE SENSING DATA
8
+
9
+ ---------
10
+ - **Repository:** https://github.com/links-ads/igarss-multi-temporal-hotspot-detection
11
+ - **Paper:** WIP
12
+ ---------
13
+
14
+ ## Dataset Structure
15
+
16
+ The main dataset used in the paper comprises the following inputs:
17
+ { "type": "Feature", "properties": { "x": "13.368422504587155", "y": "37.390127713310584", "point_id": "0", "class": "1", "event_id": 16257, "IR_016": "0.5360714793205261", "IR_039": "1.259887456893921", "IR_087": "1.7346959114074707", "IR_097": "0.6575019359588623", "IR_108": "3.5344386100769043", "IR_120": "14.962118148803711", "IR_134": "61.9808349609375", "VIS006": "50.33516311645508", "VIS008": "100.94535827636719", "WV_062": "114.41104125976562", "WV_073": "90.39916229248047", "time": "2019-08-14 00:00:10+00:00", "lc_2018": 1 }, "geometry": { "type": "Point", "coordinates": [ 13.368422504587155, 37.390127713310584 ] } },
18
+
19
+
20
+ | Suffix | Description | Format |
21
+ |---------|-------------------------------------------------------------------------------------------|--------------------------|
22
+ | x | Longitude (EPSG:4326) | float |
23
+ | y | Latitude (EPSG:4326) | float |
24
+ | point_id | Pixel id of the AOI | int |
25
+ | class | Hotspot (1), No hotspot (0) | int |
26
+ | event_id | Effis event id | str |
27
+ | time | MSG15 activation timestamp | str |
28
+ | lc_2018 | ESRI LULC class | int |
29
+ | IR_016 | Infrared MSG15 channel | float |
30
+ | IR_039 | Infrared MSG15 channel | float |
31
+ | IR_087 | Infrared MSG15 channel | float |
32
+ | IR_097 | Infrared MSG15 channel | float |
33
+ | IR_108 | Infrared MSG15 channel | float |
34
+ | IR_120 | Infrared MSG15 channel | float |
35
+ | IR_134 | Infrared MSG15 channel | float |
36
+ | VIS_006 | Visible MSG15 channel | float |
37
+ | VIS_008 | Visible MSG15 channel | float |
38
+ | WV_062 | Water Vapour MSG15 channel | float |
39
+ | WV_073 | Water Vapour MSG15 channel | float |