Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-sa-4.0
|
| 3 |
-
pretty_name: sd96-roccastrada-
|
| 4 |
task_categories:
|
| 5 |
- other
|
| 6 |
language:
|
|
@@ -14,102 +14,162 @@ tags:
|
|
| 14 |
- inverse-problem
|
| 15 |
size_categories:
|
| 16 |
- 10K<n<100K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
-
#
|
| 20 |
-
|
| 21 |
-
The dataset contains seismic models and their corresponding dispersion curves generated using the SurfDisp96
|
| 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 |
| **Model Parameters** |
|
| 47 |
-
| `vs` |
|
| 48 |
-
| `z` |
|
| 49 |
-
| `h` |
|
| 50 |
-
| `z_disc` |
|
| 51 |
-
| `vp` |
|
| 52 |
-
| `vpvs` |
|
| 53 |
-
| `nlayers` | int | Number of layers
|
| 54 |
-
| `velmap_vs` |
|
| 55 |
-
| `velmap_z` |
|
| 56 |
| **Low Range Dispersion Curve** |
|
| 57 |
-
| `L_disp_x` |
|
| 58 |
-
| `L_disp_y` |
|
| 59 |
-
| `L_wave_type` | string |
|
| 60 |
-
| `L_velocity_type` | string |
|
| 61 |
| **Middle Range Dispersion Curve** |
|
| 62 |
-
| `M_disp_x` |
|
| 63 |
-
| `M_disp_y` |
|
| 64 |
-
| `M_wave_type` | string |
|
| 65 |
-
| `M_velocity_type` | string |
|
| 66 |
| **High Range Dispersion Curve** |
|
| 67 |
-
| `H_disp_x` |
|
| 68 |
-
| `H_disp_y` |
|
| 69 |
-
| `H_wave_type` | string |
|
| 70 |
-
| `H_velocity_type` | string |
|
| 71 |
|
| 72 |
-
#
|
| 73 |
|
| 74 |
-
1. All
|
| 75 |
-
2.
|
| 76 |
-
3.
|
| 77 |
-
4.
|
| 78 |
-
5.
|
| 79 |
-
6.
|
| 80 |
-
7. The number of points in each dispersion curve is determined by the `length` parameter.
|
| 81 |
-
8. If `variable_grid` is set to True, the periods may not be evenly spaced, with the minimum difference between consecutive periods defined by the third element of the range tuples.
|
| 82 |
|
| 83 |
-
#
|
| 84 |
|
| 85 |
-
|
|
|
|
|
|
|
| 86 |
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
4. Studying the sensitivity of dispersion curves to changes in velocity model parameters
|
| 91 |
|
| 92 |
-
##
|
| 93 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 94 |
|
| 95 |

|
| 96 |
|
| 97 |
-
#
|
| 98 |
-
The dataset was generated using the following commands:
|
| 99 |
|
| 100 |
```bash
|
| 101 |
-
python3 migrate/cli/main.py generate-dataset-surfdisp96
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
```
|
| 103 |
|
| 104 |
-
#
|
| 105 |
-
You can download the dataset via the 🤗 Hub CLI:
|
| 106 |
|
| 107 |
-
|
| 108 |
-
huggingface-cli download dataset <repo-id> --local-dir ./seismic-dataset
|
| 109 |
-
```
|
| 110 |
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-sa-4.0
|
| 3 |
+
pretty_name: sd96-roccastrada-10k
|
| 4 |
task_categories:
|
| 5 |
- other
|
| 6 |
language:
|
|
|
|
| 14 |
- inverse-problem
|
| 15 |
size_categories:
|
| 16 |
- 10K<n<100K
|
| 17 |
+
format: parquet
|
| 18 |
+
creation_date: "2025-09-16 15:39:27"
|
| 19 |
+
created_by: "Nils Schaetti"
|
| 20 |
+
organization: "DMML – Data Mining and Machine Learning Group, Haute École de Gestion de Genève (HES-SO)"
|
| 21 |
+
contact: "nils.schaetti@hesge.ch"
|
| 22 |
+
citation: |
|
| 23 |
+
Schaetti, N. (2025). *MIGRATE Synthetic Seismic Dataset – Surfdisp96-Roccastrada-10m*.
|
| 24 |
+
DMML – Data Mining and Machine Learning Group, Haute École de Gestion de Genève (HES-SO).
|
| 25 |
+
Licensed under CC BY-SA 4.0.
|
| 26 |
---
|
| 27 |
|
| 28 |
+
# 🧠 Dataset Overview
|
| 29 |
+
|
| 30 |
+
The **Surfdisp96-Roccastrada-10m** dataset contains **synthetic seismic velocity models** and their corresponding **Rayleigh-wave dispersion curves**, generated using the **SurfDisp96** simulator with **Roccastrada priors**.
|
| 31 |
+
It is designed for benchmarking **seismic inversion algorithms** and for training **machine-learning models** in geophysics.
|
| 32 |
+
|
| 33 |
+
Each sample includes:
|
| 34 |
+
|
| 35 |
+
1. A **seismic velocity model** with shear-wave velocities, depths and layer thicknesses
|
| 36 |
+
2. Three **dispersion curves** covering low, middle and high period ranges
|
| 37 |
+
|
| 38 |
+
# 🔢 Priors Configuration (Roccastrada)
|
| 39 |
+
|
| 40 |
+
| Parameter | Value | Description |
|
| 41 |
+
|-----------|--------|-------------|
|
| 42 |
+
| `vs` | [0.5, 4.0] | Range of shear-wave velocities (km/s) |
|
| 43 |
+
| `z` | [0.0, 5.0] | Depth range (km) |
|
| 44 |
+
| `layers` | [2, 20] | Minimum and maximum number of layers |
|
| 45 |
+
| `vpvs` | 1.3 | P/S velocity ratio |
|
| 46 |
+
| `mohoest` | null | Estimated Moho depth (unused) |
|
| 47 |
+
| `mantle` | null | Mantle properties (unused) |
|
| 48 |
+
| `thickmin` | 0.1 | Minimum layer thickness (km) |
|
| 49 |
+
| `lvz` | null | Low-velocity zone (not used) |
|
| 50 |
+
| `hvz` | null | High-velocity zone (not used) |
|
| 51 |
+
|
| 52 |
+
# ⚙️ Generation Parameters
|
| 53 |
+
|
| 54 |
+
| Parameter | Value | Description |
|
| 55 |
+
|------------|--------|-------------|
|
| 56 |
+
| `seed` | 43 | Random seed for reproducibility |
|
| 57 |
+
| `random_generator` | numpy.default_rng | Random number generator backend |
|
| 58 |
+
| `n_samples` | 10 000 | Total synthetic models |
|
| 59 |
+
| `samples_per_shard` | 1 000 | Number of samples per Parquet shard |
|
| 60 |
+
| `n_shards` | 10 | Total number of shards |
|
| 61 |
+
| `source` | sample_model + forward | Data generation process |
|
| 62 |
+
| `dispersion_curve_length` | 108 | Number of points per dispersion curve |
|
| 63 |
+
| `folds` | 2-fold, 5-fold, 10-fold | Available cross-validation splits |
|
| 64 |
+
| `fold_file` | folds.json | JSON file defining the folds |
|
| 65 |
+
|
| 66 |
+
# 🧩 Feature Schema
|
| 67 |
+
|
| 68 |
+
| Feature | Type | Description |
|
| 69 |
+
|----------|------|-------------|
|
| 70 |
+
| `vs` | list<float32> | Shear-wave velocities (km/s), one per layer |
|
| 71 |
+
| `z` | list<float32> | Depths of layer boundaries (km) |
|
| 72 |
+
| `vpvs` | float32 | Vp/Vs ratio |
|
| 73 |
+
| `disp_x` | list<float32> | Period values (s), length = 108 |
|
| 74 |
+
| `disp_y` | list<float32> | Corresponding velocities (km/s), length = 108 |
|
| 75 |
+
| `wave_type` | string | Type of surface wave (Rayleigh / Love) |
|
| 76 |
+
| `velocity_type` | string | Velocity measurement type (group / phase) |
|
| 77 |
+
|
| 78 |
+
# 📊 Column Descriptions
|
| 79 |
+
|
| 80 |
+
| Column Name | Data Type | Description | Typical Values |
|
| 81 |
+
|--------------|-----------|--------------|----------------|
|
| 82 |
| **Model Parameters** |
|
| 83 |
+
| `vs` | list<float32> | Shear-wave velocities (km/s) | 0.5–5.0 |
|
| 84 |
+
| `z` | list<float32> | Layer-center depths (km) | 0–15 |
|
| 85 |
+
| `h` | list<float32> | Layer thicknesses (km) | depends on prior |
|
| 86 |
+
| `z_disc` | list<float32> | Discontinuity depths (km) | depends on prior |
|
| 87 |
+
| `vp` | list<float32> | P-wave velocities (km/s) | 1.5–8.5 |
|
| 88 |
+
| `vpvs` | float32 | Vp/Vs ratio | 1.3 |
|
| 89 |
+
| `nlayers` | int | Number of layers | 2–20 |
|
| 90 |
+
| `velmap_vs` | list<float32> | Interpolated Vs profile (60 points) | 0.5–5.0 |
|
| 91 |
+
| `velmap_z` | list<float32> | Depth grid for `velmap_vs` | 0–15 km |
|
| 92 |
| **Low Range Dispersion Curve** |
|
| 93 |
+
| `L_disp_x` | list<float32> | Periods (s) | 0.1–1.0 |
|
| 94 |
+
| `L_disp_y` | list<float32> | Velocities (km/s) | 0.5–3.0 |
|
| 95 |
+
| `L_wave_type` | string | Wave type | Rayleigh / Love |
|
| 96 |
+
| `L_velocity_type` | string | Velocity type | group / phase |
|
| 97 |
| **Middle Range Dispersion Curve** |
|
| 98 |
+
| `M_disp_x` | list<float32> | Periods (s) | 1.0–10.0 |
|
| 99 |
+
| `M_disp_y` | list<float32> | Velocities (km/s) | 1.0–3.5 |
|
| 100 |
+
| `M_wave_type` | string | Wave type | Rayleigh / Love |
|
| 101 |
+
| `M_velocity_type` | string | Velocity type | group / phase |
|
| 102 |
| **High Range Dispersion Curve** |
|
| 103 |
+
| `H_disp_x` | list<float32> | Periods (s) | 10.0–40.0 |
|
| 104 |
+
| `H_disp_y` | list<float32> | Velocities (km/s) | 2.0–4.0 |
|
| 105 |
+
| `H_wave_type` | string | Wave type | Rayleigh / Love |
|
| 106 |
+
| `H_velocity_type` | string | Velocity type | group / phase |
|
| 107 |
|
| 108 |
+
# 🧭 Notes
|
| 109 |
|
| 110 |
+
1. All arrays are stored as `float32` to reduce storage size.
|
| 111 |
+
2. Dispersion curves represent the relationship between **period (T)** and **velocity (v)** for seismic surface waves.
|
| 112 |
+
3. Low, middle and high ranges enable **multi-scale analysis** of the subsurface structure.
|
| 113 |
+
4. Default wave type = “Rayleigh”, velocity type = “group”.
|
| 114 |
+
5. Period ranges and grid spacing depend on generation parameters (`low_range`, `middle_range`, `high_range`, `variable_grid`).
|
| 115 |
+
6. Folds allow robust cross-validation (2, 5, 10 folds).
|
|
|
|
|
|
|
| 116 |
|
| 117 |
+
# 🧮 Usage Example
|
| 118 |
|
| 119 |
+
### With 🤗 Datasets
|
| 120 |
+
```python
|
| 121 |
+
from datasets import load_dataset
|
| 122 |
|
| 123 |
+
ds = load_dataset("nils-schaetti/sd96-roccastrada-10m", split="train")
|
| 124 |
+
print(ds[0]["vs"]) # Access shear-wave velocity model
|
| 125 |
+
````
|
|
|
|
| 126 |
|
| 127 |
+
### Via CLI
|
| 128 |
+
|
| 129 |
+
```bash
|
| 130 |
+
huggingface-cli download dataset nils-schaetti/sd96-roccastrada-10m --local-dir ./sd96-roccastrada-10m
|
| 131 |
+
```
|
| 132 |
+
|
| 133 |
+
# 🖼️ Sample Visualization
|
| 134 |
+
|
| 135 |
+
A sample model and its three dispersion curves are illustrated in **sample_plot.png** within the dataset directory.
|
| 136 |
|
| 137 |

|
| 138 |
|
| 139 |
+
# ⚙️ Generation Command
|
|
|
|
| 140 |
|
| 141 |
```bash
|
| 142 |
+
python3 migrate/cli/main.py generate-dataset-surfdisp96 \
|
| 143 |
+
--name Surfdisp96-Roccastrada-10m \
|
| 144 |
+
--pretty-name sd96-roccastrada-10m \
|
| 145 |
+
--description "This dataset contains synthetic seismic models and their corresponding Rayleigh-wave dispersion curves generated using forward modeling with the Roccastrada priors. It is designed for benchmarking inversion algorithms and training machine learning models in geophysics." \
|
| 146 |
+
--license-name "CC BY-SA 4.0" \
|
| 147 |
+
--created-by "Nils Schaetti" \
|
| 148 |
+
--prior-file conf/priors/roccastrada_prior.yaml \
|
| 149 |
+
--output-dir data/seismic/Dispsurf96-Roccastrada-10k \
|
| 150 |
+
--n-samples 10000 \
|
| 151 |
+
--samples-per-shard 1000 \
|
| 152 |
+
--length 108 \
|
| 153 |
+
--test-ratio 0.2 \
|
| 154 |
+
--folds 2 5 10 \
|
| 155 |
+
--seed 43 \
|
| 156 |
+
--low-range 1.0 5.0 \
|
| 157 |
+
--middle-range 1.0 15.0 \
|
| 158 |
+
--high-range 1.0 30.0
|
| 159 |
```
|
| 160 |
|
| 161 |
+
# 🧾 License
|
|
|
|
| 162 |
|
| 163 |
+
This dataset is released under the **Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)** license.
|
|
|
|
|
|
|
| 164 |
|
| 165 |
+
© 2025 Nils Schaetti
|
| 166 |
+
DMML – Data Mining and Machine Learning Group
|
| 167 |
+
Haute École de Gestion de Genève (HES-SO)
|
| 168 |
+
📧 [nils.schaetti@hesge.ch](mailto:nils.schaetti@hesge.ch)
|
| 169 |
+
|
| 170 |
+
You are free to use, share, and adapt this dataset for any purpose, including commercial use, provided that you:
|
| 171 |
+
|
| 172 |
+
* **Attribute** the creator (Nils Schaetti, DMML Group, HEG Genève)
|
| 173 |
+
* **Share-alike** any derivative work under the same license (CC BY-SA 4.0)
|
| 174 |
+
|
| 175 |
+
[](https://creativecommons.org/licenses/by-sa/4.0/)
|