Update README.md
Browse files
README.md
CHANGED
@@ -11,80 +11,41 @@ size_categories:
|
|
11 |
---
|
12 |
# Dataset Card for QuakeSet
|
13 |
|
14 |
-
QuakeSet is a dataset to analyze different attributes of earthquakes. It contains bi-temporal
|
15 |
|
16 |
-
|
17 |
|
18 |
## Dataset Details
|
19 |
|
20 |
### Dataset Description
|
21 |
|
22 |
-
|
23 |
|
|
|
24 |
|
25 |
-
|
26 |
-
- **Curated by:** [More Information Needed]
|
27 |
- **License:** OPENRAIL
|
28 |
|
29 |
-
### Dataset Sources [optional]
|
30 |
-
|
31 |
-
<!-- Provide the basic links for the dataset. -->
|
32 |
-
|
33 |
-
- **Repository:** [More Information Needed]
|
34 |
-
- **Paper [optional]:** [More Information Needed]
|
35 |
-
|
36 |
-
## Uses
|
37 |
-
|
38 |
-
<!-- Address questions around how the dataset is intended to be used. -->
|
39 |
-
|
40 |
-
### Direct Use
|
41 |
-
|
42 |
-
<!-- This section describes suitable use cases for the dataset. -->
|
43 |
-
|
44 |
-
[More Information Needed]
|
45 |
-
|
46 |
## Dataset Structure
|
47 |
|
48 |
-
|
49 |
-
|
50 |
-
[More Information Needed]
|
51 |
-
|
52 |
-
## Dataset Creation
|
53 |
-
|
54 |
-
### Curation Rationale
|
55 |
-
|
56 |
-
<!-- Motivation for the creation of this dataset. -->
|
57 |
-
|
58 |
-
[More Information Needed]
|
59 |
-
|
60 |
-
### Source Data
|
61 |
-
|
62 |
-
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
|
63 |
-
|
64 |
-
#### Data Collection and Processing
|
65 |
-
|
66 |
-
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
|
67 |
-
|
68 |
-
[More Information Needed]
|
69 |
-
|
70 |
-
#### Who are the source data producers?
|
71 |
-
|
72 |
-
<!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
|
73 |
-
|
74 |
-
[More Information Needed]
|
75 |
-
|
76 |
-
### Annotations
|
77 |
-
|
78 |
-
<!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
|
79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
|
81 |
## Citation
|
82 |
|
83 |
-
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
84 |
-
|
85 |
**BibTeX:**
|
86 |
```
|
87 |
-
@
|
88 |
-
|
|
|
|
|
|
|
|
|
|
|
89 |
}
|
90 |
```
|
|
|
11 |
---
|
12 |
# Dataset Card for QuakeSet
|
13 |
|
14 |
+
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.
|
15 |
|
16 |
+
- **PrePrint:** https://arxiv.org/abs/2403.18116
|
17 |
|
18 |
## Dataset Details
|
19 |
|
20 |
### Dataset Description
|
21 |
|
22 |
+
The images are taken from the Sentinel-1 mission using the Interferometric Wide swath mode.
|
23 |
|
24 |
+
The International Seismological Centre provides information about earthquakes.
|
25 |
|
|
|
|
|
26 |
- **License:** OPENRAIL
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
## Dataset Structure
|
29 |
|
30 |
+
The dataset is divided into three folds with equal distribution of magnitudes and balanced in positive and negative examples.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
|
32 |
+
Each sample contains:
|
33 |
+
- an image
|
34 |
+
- x,y coordinates
|
35 |
+
- epsg of the coordinates
|
36 |
+
- affected label
|
37 |
+
- magnitude
|
38 |
|
39 |
## Citation
|
40 |
|
|
|
|
|
41 |
**BibTeX:**
|
42 |
```
|
43 |
+
@misc{cambrin2024quakeset,
|
44 |
+
title={QuakeSet: A Dataset and Low-Resource Models to Monitor Earthquakes through Sentinel-1},
|
45 |
+
author={Daniele Rege Cambrin and Paolo Garza},
|
46 |
+
year={2024},
|
47 |
+
eprint={2403.18116},
|
48 |
+
archivePrefix={arXiv},
|
49 |
+
primaryClass={cs.CV}
|
50 |
}
|
51 |
```
|