Quakenator
This is an example program that was modified from a SciPy Cookbook example. The original example was a simple plot of some cities, we extended this to show how to use Python to access web content. The USGS provides data feeds of recent earthquakes.
Functionality
- Download the CSV file
- Read in the CSV
- Make arrays of lat & long & magnitude
- Set a color map for magnitude
- Initialize map
- Plot the data
Example
Attachments
- quakes_this_week.png (257.2 KB) - added by rpwagner 2 years ago.
- quakes_this_week_sm.png (136.4 KB) - added by rpwagner 2 years ago.

