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: 29 days 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-14T01:57:08.000Z (3 months ago)
- Last Synced: 2025-05-01T13:28:55.986Z (29 days ago)
- Topics: earthquake, earthquake-visualization, earthquakes, seismic, seismic-data, tauri
- Language: TypeScript
- Homepage: https://gmv.seis.im
- Size: 5.04 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
```