-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Earthquake] Switch datasource #398
Comments
Most likely related to #399 |
@Burgje I see that the datasource is showing older data now. Does this error still persist? |
@kristjanmik Yes it still is the case. I have just rerun the script and this the latest set; |
@kristjanmik Are you seeing newer data? The latest data I see in the data source is consistent with the results in apis.is for me. |
just now 19-10-2017 9:02 via API: just now scraping from web site Iceland Met 9:04: copy past from website
|
That sounds weird @Burgje and makes me think we are scraping two different sites. As far as I can tell we here scrape http://hraun.vedur.is/ja/skjalftar/skjlisti.html which has the latest earth movement on 2017-10-13. Are you scraping that same data source? |
I scrape from http://en.vedur.is/earthquakes-and-volcanism/earthquakes/#view=table
|
Ah! Now this all makes a bit more sense! Our data source is most likely not functioning right now! We should probably switch to the datasource you linked to. |
If I look at your scraping site http://hraun.vedur.is/ja/skjalftar/skjlisti.html it looks like the old icelandic Met site which might not be maintained anymore. |
Yup. We should switch to the one you posted. |
I guess you know this, but the earthquakes feed hasn't shown new data for about a month now. |
I think it is realtively simple to do. I am not a java programmer, but if I look at the code it is getting the value's from the same line starting with "VI.quakeInfo =" and then doing some regex. Maybe somebody can give it a go? |
better source from the Skjalftavefsja: just change the DateTimeRange to any 48 hour period (please do not use large time gaps, they might close this down on us if we exhaust the source) skjalftavefsja: http://drifandi.vedur.is/skjalftavefsja/index2.html |
There's also this: http://hraun.vedur.is/ja/viku/sidasta/listi It is linked to from vedur.is: Thanks to @peturorri for pointing it out to me. |
This list is always a day old..... not a live update |
I Fixed this in my PR #502 |
This is still an issue today. Most recent EQ is from 2017-10-13T12:07:24.000Z |
Reading data from : http://apis.is/earthquake/is keeps giving the data with as most recent date 13-10-2017
This is the code in python which was working before:
The text was updated successfully, but these errors were encountered: