stat157 / recent-quakes

Stat 157 Homework 2 due on Monday 2013-10-21 at 11:59pm
0 stars 20 forks source link

Group 3 plotting function (plot_quakes()) #26

Open SunnySunnia opened 10 years ago

SunnySunnia commented 10 years ago

input parameter names do not match the attribute name in the dataframe:
ex: Longitude in the datafrome, but used dataframe.Lon

also, did not see the points representing the earthquakes...

teresita commented 10 years ago

@tandrasfay

we had a similar issue; the old plotting code was not removed so it's throwing an error. we ran the group's new plotting function below, but it just shows a blank plot of california.

there doesn't appear to be a cache of the data, or the ability to cache the live data.

we tried plotting alaska, but the lat/lon values for central-california are hard-coded.

it's reproducible, but difficult to generalize to other regions.