Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alfierichou/cn-natural-disaster

中国自然灾害记录与数据分析
https://github.com/alfierichou/cn-natural-disaster

Last synced: 15 days ago
JSON representation

中国自然灾害记录与数据分析

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
```