Updated scripts to create events.xml and geolocation.js cache files.

This commit is contained in:
Kasper D. Fischer 2017-12-03 11:18:55 +00:00
parent 3b5b07968e
commit 703834c9da
Notes: subgit 2018-03-07 17:59:12 +01:00
r870 www/trunk

View File

@ -1 +1,4 @@
curl -o events.xml "https://ariadne.geophysik.ruhr-uni-bochum.de/fdsnws/event/1/query?starttime=2015-04-01&orderby=time&minlat=50.92&maxlat=52.76&minlon=4.26&maxlon=9.74&minmag=1.1"
#!/bin/bash
STIME=$1
curl -o events.xml "https://ariadne.geophysik.ruhr-uni-bochum.de/fdsnws/event/1/query?starttime=${STIME}&orderby=time&minlat=50.92&maxlat=52.76&minlon=4.26&maxlon=9.74&minmag=1.1"