[GRASS-SVN] r52105 - grass-promo/tutorials/batch_processing/earthquakes/php_demo
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jun 17 00:12:44 PDT 2012
Author: hamish
Date: 2012-06-17 00:12:44 -0700 (Sun, 17 Jun 2012)
New Revision: 52105
Added:
grass-promo/tutorials/batch_processing/earthquakes/php_demo/FIXME
Log:
note brokeness due to change in USGS server offerings
Added: grass-promo/tutorials/batch_processing/earthquakes/php_demo/FIXME
===================================================================
--- grass-promo/tutorials/batch_processing/earthquakes/php_demo/FIXME (rev 0)
+++ grass-promo/tutorials/batch_processing/earthquakes/php_demo/FIXME 2012-06-17 07:12:44 UTC (rev 52105)
@@ -0,0 +1,20 @@
+In June 2012 the USGS stopped shipping the csv file we were
+parsing (bulletin.asc). As a replacement there are some XML and
+JSON versions, or these two same-but-different .csv files:
+
+Mag >= 2.5 for the last week:
+ http://earthquake.usgs.gov/earthquakes/catalogs/eqs7day-M2.5.txt
+
+ # empty version & number of reporting stations (NST) fields, but better
+ # location description
+ http://earthquake.usgs.gov/earthquakes/feed/csv/2.5/week
+
+("all" earthquakes >= M0 are avail for download too, but the files get
+big and the relevance gets small)
+
+column headings:
+ Src,EqId,Version,Datetime,Lat,Lon,Magnitude,Depth,NST,Region
+
+
+--
+HB 17 June 2012
More information about the grass-commit
mailing list