<div dir="ltr"><div><div><div><div><div><div><div><div><br></div>Hi all<br><br>Still very much a work in progress, but it being Monday I have decided 
to put out a beta version of seisFile 1.6 which includes support for the
 three new FDSN web services. <br><br><a href="http://code.google.com/p/seisfile/" target="_blank">http://code.google.com/p/seisfile/</a><br><br><br></div>Simple examples of how to code against the 3 services are here:<br>

<br>DataSelect    <a href="http://code.google.com/p/seisfile/source/browse/src/example/java/edu/sc/seis/seisFile/example/FDSNDataSelect.java">http://code.google.com/p/seisfile/source/browse/src/example/java/edu/sc/seis/seisFile/example/FDSNDataSelect.java</a><br>
<br></div><div>Event     <a href="http://code.google.com/p/seisfile/source/browse/src/example/java/edu/sc/seis/seisFile/example/FDSNEvent.java">http://code.google.com/p/seisfile/source/browse/src/example/java/edu/sc/seis/seisFile/example/FDSNEvent.java</a><br>
<br></div><div>Station    <a href="http://code.google.com/p/seisfile/source/browse/src/example/java/edu/sc/seis/seisFile/example/FDSNStation.java">http://code.google.com/p/seisfile/source/browse/src/example/java/edu/sc/seis/seisFile/example/FDSNStation.java</a><br>

<div><br>Tarball is here:<br></div><a href="http://code.google.com/p/seisfile/downloads/detail?name=seisFile-1.6.0-beta1.tgz">http://code.google.com/p/seisfile/downloads/detail?name=seisFile-1.6.0-beta1.tgz</a><br><br>
</div><div>I have also put together three simple &quot;clients&quot; that allow queries to the services based on command line arguments. So, you can do things like:<br><br>Events bigger than 7.5 IN 2012 (ie 2012-01-01 to 2012-12-31). Note that unspecified parts of times (like month and day in this case) are rounded down for begin times and up for end times.<br>
<br><span style="font-family:courier new,monospace">bin/fdsnevent -b 2012 -e 2012 -m 7.5<br>52.788/-132.101 7.8 MW 2012-10-28T03:04:08.8200<br>10.085/-85.315 7.6 MW 2012-09-05T14:42:07.8000<br>10.811/126.638 7.6 MW 2012-08-31T12:47:33.3800<br>
49.8/145.064 7.7 MW 2012-08-14T02:59:38.4600<br>0.802/92.463 8.2 MW 2012-04-11T10:43:10.8500<br>2.327/93.063 8.6 MW 2012-04-11T08:38:36.7200</span><br></div><br><br></div>HHZ channels from JSC or CASEE in the CO network:<br>

<br><span style="font-family:courier new,monospace">bin/fdsnstation -n CO -s JSC,CASEE -c HHZ -L channel <br>CO.CASEE 34.993/-82.9317 null Lake Jocassee, SC, USA 2009-12-07T00:00:00<br>        00.HHZ 0.0/-90.0 1.0 METER 2009-12-07T00:00:00<br>
CO.JSC 34.2818/-81.25966 null Jenkinsville, South Carolina 2009-04-13T00:00:00<br>
        00.HHZ 0.0/-90.0 0.5 METER 2009-04-13T00:00:00</span><br><br></div>A minute of miniseed data from a couple of channls at CO.BIRD:<br><span style="font-family:courier new,monospace">bin/fdsndataselect -n CO -s BIRD -l 00 -c HHZ,HHN,HHE -b 2013-04-01T00:00:00 -e 2013-04-01T00:01:00 -o bird.minseed</span><br>

<br><br></div>Each of these also has a --help for details and a --printurl so they can be used as a command line &quot;url builder&quot; as well. For example adding to the last command:<br><span style="font-family:courier new,monospace">bin/fdsndataselect -n CO -s BIRD -l 00 -c HHZ,HHN,HHE -b 2013-04-01T00:00:00 -e 2013-04-01T00:01:00 -o bird.minseed --printurl<br>
<a href="http://service.iris.edu/fdsnws/dataselect/1/query?endtime=2013-04-01T00:01:00.999&amp;starttime=2013-04-01T00:00:00.000&amp;location=00,00&amp;station=BIRD,BIRD&amp;channel=HHZ,HHZ,HHN,HHE&amp;network=CO">http://service.iris.edu/fdsnws/dataselect/1/query?endtime=2013-04-01T00:01:00.999&amp;starttime=2013-04-01T00:00:00.000&amp;location=00,00&amp;station=BIRD,BIRD&amp;channel=HHZ,HHZ,HHN,HHE&amp;network=CO</a></span><br>
<br></div>Hopefully an official release is not far off. There are very likely bugs and rough edges, so please send feedback or questions, or just send me an email to say you are using it.<br><br></div><div>Enjoy...<br></div>
<div>Philip<br></div><div><div><div><div><br></div></div></div></div></div>