Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfierichou/cn-natural-disaster
中国自然灾害记录与数据分析
https://github.com/alfierichou/cn-natural-disaster
Last synced: 15 days ago
JSON representation
中国自然灾害记录与数据分析
- Host: GitHub
- URL: https://github.com/alfierichou/cn-natural-disaster
- Owner: AlfieriChou
- License: mit
- Created: 2024-09-17T01:46:25.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-21T07:48:26.000Z (3 months ago)
- Last Synced: 2024-12-19T02:14:45.412Z (15 days ago)
- Language: Python
- Homepage:
- Size: 5.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cn-natural-disaster
中国自然灾害可视化分析## 台风-typhoon
数据采集
```
python3 typhoon/main.py
```动画生成
```
python3 matplotlib_example/typhoon_animation.py
```## 地震-earthquake
数据采集
```
python3 earthquake/main.py
```动画生成
```
python3 matplotlib_example/earthquake_animation.py
```