Datasets:

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

Create README.md

Browse files

Dataset for RAPID WILDFIRE HOTSPOT DETECTION USING SELF-SUPERVISED LEARNING ON TEMPORAL REMOTE SENSING DATA
---------
- **Repository:** https://github.com/links-ads/igarss-multi-temporal-hotspot-detection/tree/main
- **Paper:** WIP
---------

## Dataset Structure

The main dataset used in the paper comprises the following inputs:

| Suffix | Description | Format |
|---------|-------------------------------------------------------------------|-----------------------|
| x| Longitude of point (4326) | float |
| y | Latitude of point (4326) | float |
| point_id| Pixel id in the AoI | int |
| event_id| Effis event ID | int |
| time| timestamp | str |
| geometry| Shapely Point object of pixel | Point |
| lc_2018| Land cover class | int |
| IR_016| Infrared MSG15 channel | float |
| IR_039| Infrared MSG15 channel | float |
| IR_087| Infrared MSG15 channel | float |
| IR_097| Infrared MSG15 channel | float |
| IR_108| Infrared MSG15 channel | float |
| IR_120| Infrared MSG15 channel | float |
| IR_134| Infrared MSG15 channel | float |
| VIS006| Visible MSG15 channel | float |
| VIS008| Visible MSG15 channel | float |
| WV_062| Water vapour MSG15 channel | float |
| WV_073| Water vapour MSG15 channel | float |

Files changed (1) hide show
  1. README.md +5 -0
README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ ---