File size: 1,949 Bytes
9c7df41
dc37128
6ec70af
 
6a5eec0
6ec70af
 
6a5eec0
 
 
 
 
 
 
 
6ec70af
 
 
9c7df41
539c849
6ec70af
935bfa8
6ec70af
935bfa8
3725b01
6ec70af
1d41a84
 
6ec70af
 
 
 
935bfa8
6ec70af
935bfa8
6ec70af
dc37128
6ec70af
 
 
935bfa8
6ec70af
935bfa8
 
 
 
 
 
6ec70af
539c849
 
 
bc6ce92
6ec70af
 
bc6ce92
ffab96f
 
 
 
 
 
 
 
 
 
bc6ce92
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
license: cc-by-nc-4.0
task_categories:
- image-classification
- other
tags:
- climate
- geospatial
- remote-sensing
- earth-science
- satellite-imagery
- sar
- time-series
- disaster-response
- earthquake-detection
pretty_name: QuakeSet
size_categories:
- 1K<n<10K
---
# QuakeSet

QuakeSet is a dataset to analyze different attributes of earthquakes. It contains bi-temporal time series of images and ground truth annotations for magnitudes, hypocenters, and affected areas.

- **PrePrint:** https://arxiv.org/abs/2403.18116
- **Published Verions:** https://ojs.iscram.org/index.php/Proceedings/article/view/10

You can find an official implementation on [TorchGeo](https://torchgeo.readthedocs.io/en/stable/api/datasets.html#non-geospatial-datasets).

## Dataset Details

### Dataset Description

The images are taken from the Sentinel-1 mission using the Interferometric Wide swath mode.

The International Seismological Centre provides information about earthquakes.

- **License:** cc-by-nc-4.0

## Dataset Structure

The dataset is divided into three folds with equal distribution of magnitudes and balanced in positive and negative examples.

Each sample contains:
- an image
- x,y coordinates
- epsg of the coordinates
- affected label
- magnitude

*NOTE*: the main file is *earthquakes.h5*, while *p_earthquakes.h5* contains the private set for the [SMAC Challenge](https://www.codabench.org/competitions/2222/). 
This set contains only placeholder ground truth. 

## Citation

**BibTeX:**
```
@article{Rege_Cambrin_2024,
   title={QuakeSet: A Dataset and Low-Resource Models to Monitor Earthquakes through Sentinel-1},
   ISSN={2411-3387},
   url={http://dx.doi.org/10.59297/n89yc374},
   DOI={10.59297/n89yc374},
   journal={Proceedings of the International ISCRAM Conference},
   publisher={Information Systems for Crisis Response and Management},
   author={Rege Cambrin, Daniele and Garza, Paolo},
   year={2024},
   month=may
}
```