angelica-urbanelli
commited on
Commit
•
5d6963c
1
Parent(s):
7265584
Update README
Browse files
README.md
CHANGED
@@ -1,3 +1,35 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Hotspot disambiguation dataset
|
2 |
+
|
3 |
+
This repository contains the dataset assembled as part of a work **A Multimodal Supervised Machine Learning Approach for Satellite-based Wildfire Identification in Europe**. Tha paper has been presented at the International Geoscience and Remote Sensing Symposium (**IGARSS**) 2023.
|
4 |
+
The full paper is available at https://arxiv.org/abs/2308.02508 .
|
5 |
+
|
6 |
+
The data folder contains two files:
|
7 |
+
- `dataset.csv`: this file contains the full cross-referenced dataset, obtained by conducing a temporal and spatial data intersection between the EFFIS burned areas and the MODIS/VIIRS hotspots.
|
8 |
+
- `dataset_500.csv`: this file contains a subset of the previous dataset (~500k data points), subsampled to obtain a dataset stratified with respect to the spatial distribution, and with a positive-negative proportion of 10%-90%. In addition to MODIS/VIIRS data points, additional columns have been added to improve the models' performances. This file is the one used to obtain the results showed in the paper.
|
9 |
+
|
10 |
+
## Code
|
11 |
+
The code and models used in this work are available at https://github.com/links-ads/hotspot-disambiguation .
|
12 |
+
|
13 |
+
## Contributions
|
14 |
+
- Angelica Urbanelli (angelica.urbanelli@linksfoundation.com)
|
15 |
+
- Luca Barco (luca.barco@linksfoundation.com)
|
16 |
+
- Edoardo Arnaudo (edoardo.arnaudo@polito.it | linksfoundation.com)
|
17 |
+
- Claudio Rossi (claudio.rossi@linksfoundation.com)
|
18 |
+
|
19 |
+
## BibTex
|
20 |
+
|
21 |
+
```
|
22 |
+
@inproceedings{urbanelli2023hotspot,
|
23 |
+
title={A Multimodal Supervised Machine Learning Approach for Satellite-based Wildfire Identification in Europe},
|
24 |
+
author={Urbanelli, Angelica and Barco, Luca and Arnaudo, Edoardo and Rossi, Claudio},
|
25 |
+
booktitle={2023 IEEE International Geoscience and Remote Sensing Symposium, IGARSS},
|
26 |
+
year={2023}
|
27 |
+
}
|
28 |
+
```
|
29 |
+
|
30 |
+
## Licence
|
31 |
+
cc-by-4.0
|
32 |
+
|
33 |
+
## Acknowledgments
|
34 |
+
This work was carried out in the context of two H2020 projects: SAFERS (GA n.869353) and OVERWATCH (GA n.101082320), and presented at IGARSS 2023.
|
35 |
+
|