https://github.com/crooi/ground-motion-viewer
Ground Motion Viewer: Visualizer for "DataSet of strong ground motion parameters of magnitude M4.0 and above earthquakes in China since 2020".
https://github.com/crooi/ground-motion-viewer
earthquake earthquake-visualization earthquakes seismic seismic-data tauri
Last synced: 3 months ago
JSON representation
Ground Motion Viewer: Visualizer for "DataSet of strong ground motion parameters of magnitude M4.0 and above earthquakes in China since 2020".
- Host: GitHub
- URL: https://github.com/crooi/ground-motion-viewer
- Owner: CRooi
- License: other
- Created: 2025-02-06T09:57:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-16T09:24:44.000Z (about 1 year ago)
- Last Synced: 2025-07-11T13:42:53.762Z (11 months ago)
- Topics: earthquake, earthquake-visualization, earthquakes, seismic, seismic-data, tauri
- Language: TypeScript
- Homepage: https://gmv.seis.im
- Size: 5.06 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ground Motion Viewer
Visualizer for "DataSet of strong ground motion parameters of magnitude M4.0 and above earthquakes in China since 2020".
> [!CAUTION]
> This repository does not provide any dataset of strong ground motion parameters, all the data must be imported by the user and it is strictly prohibited to import non-official or tampered datasets. Please read and comply with 《地震科学数据共享管理办法》 ([https://data.earthquake.cn/sjgxgz/info/2016/2344.html](https://data.earthquake.cn/sjgxgz/info/2016/2344.html)).



## How To Use
Before using, you need to register at the National Earthquake Data Center (https://data.earthquake.cn/).
1. Visit [https://data.earthquake.cn/datashare/report.shtml?PAGEID=ground_motion_list](https://data.earthquake.cn/datashare/report.shtml?PAGEID=ground_motion_list).
2. Enter the query parameters.
3. Perform the query and download the retrieved data.
4. Drag or import the downloaded `.xls` file into Ground Motion Viewer.
## For Developers
### Dev
```
bun tauri dev
```
### Build
```
bun tauri build
```