[GRASS-SVN] r72692 - grass-promo/tutorials/batch_processing/earthquakes/NZ

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 6 17:13:13 PDT 2018


Author: hamish
Date: 2018-05-06 17:13:13 -0700 (Sun, 06 May 2018)
New Revision: 72692

Modified:
   grass-promo/tutorials/batch_processing/earthquakes/NZ/fetch_gns_earthquakes.sh
Log:
change in upstream WFS capabilities

Modified: grass-promo/tutorials/batch_processing/earthquakes/NZ/fetch_gns_earthquakes.sh
===================================================================
--- grass-promo/tutorials/batch_processing/earthquakes/NZ/fetch_gns_earthquakes.sh	2018-05-05 12:36:15 UTC (rev 72691)
+++ grass-promo/tutorials/batch_processing/earthquakes/NZ/fetch_gns_earthquakes.sh	2018-05-07 00:13:13 UTC (rev 72692)
@@ -24,7 +24,7 @@
 
 
 URL="http://wfs.geonet.org.nz/geonet/ows?"
-REQUEST="service=WFS&version=1.1.0&request=GetFeature&typeName=geonet:quake_search_v1&outputFormat=text/xml;subtype=gml/3.2"
+REQUEST="service=WFS&version=1.0.0&request=GetFeature&typeName=geonet:quake_search_v1&outputFormat=text/xml;subtype=gml/3.2"
 
 START_DATE=`date --utc --date="last week" +%F`
 #START_DATE=`date --utc --date="2 weeks ago" +%F`



More information about the grass-commit mailing list