项目作者: likarajo

项目描述 :
Fetch data from USGS and plot areas across the world that had a 4.5+ earthquake in the last 24 hours.
高级语言: Jupyter Notebook
项目地址: git://github.com/likarajo/earthquakes.git
创建时间: 2019-10-25T23:39:10Z
项目社区:https://github.com/likarajo/earthquakes

开源协议:

下载


Earthquakes

Fetch data from USGS and plot areas across the world that had a 4.5+ earthquake in the last 24 hours.



Data Source

United State Geological Survey‘s earthquake data.

Process

  • The size of the points corresponds to the power in Richter scale of the earthquake.

Dependencies

```shell script
pip3 install datetime
pip3 install pandas
conda install matplotlib
conda install basemap

  1. ## Steps
  2. * Run the python app
  3. ```shell script
  4. python earthquake.py