Dataset Viewer
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
Ground-Motion Flow (GMFlow): Large-Scale 3D Ground-Motion Synthesis with Physics-Inspired Latent Operator Flow Matching
This dataset contains 300 synthetic earthquake events for the San Francisco Bay Area, used to evaluate the GMFlow model. The raw simulatoin (5300 events in hdf5 format) are provided in DesignSafe. Code is released via https://github.com/yzshi5/GMFlow
Dataset Summary
The collection includes three magnitude classes with 100 events each: 4.4, 6.0 ,7.0.
Each event is a 4D npy file: [4, 256, 128, 96]([C, H, W, T], spatial grid of 256x128, time of 24 seconds with a sampling frequency of 4 Hz).
- Channels 0–2: Three-component velocity wavefields.
- constant Channel 3: (where is the standard deviation of original event used for normalization).
- Recover the original 3C wavefield data data[:3] * np.pow(10, np.mean(data[3]))
- Hypocenter and Magnitude file rupture_hypo_test.npy
Weights for Pretrained model
- Super Resolution Operator: under folder SNO
- Auotencoding Operator under folder AENO
- Flow Matching under folder FM
- Downloads last month
- -