Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In Python, write a program that dowloads the following link from the internet: https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_month.csv (using urllib) and analyzes the earthquake magnitudes found on that website.

In Python, write a program that dowloads the following link from the internet: https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_month.csv (using urllib) and analyzes the earthquake magnitudes found on that website. The program should utilize the turtle module to draw a histogram showing the frequency of differnt classes of the earthquakes magnitude. The classes are 0 - 2.0, 2.1 - 4.0, 4.1 - 5.0, 5.1 - 6.0, 6.1 - 7.0, 7.1 - 8.0, 8.1 - 9.0. I'm only looking for the earthquakes that happened in the continental United States though so you'll have to look at the latitude and longitude and only pick the ones that are within the certain bounds.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions