From 703834c9da37d16a25f4c669321adfd9e5a93ada Mon Sep 17 00:00:00 2001 From: "Kasper D. Fischer" Date: Sun, 3 Dec 2017 11:18:55 +0000 Subject: [PATCH] Updated scripts to create events.xml and geolocation.js cache files. --- scripts/mkEvents.csh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/mkEvents.csh b/scripts/mkEvents.csh index 4b6d670..46f6cd4 100755 --- a/scripts/mkEvents.csh +++ b/scripts/mkEvents.csh @@ -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"