CWB - crotwell/seisFile GitHub Wiki
This functionality is deprecated and will be removed in the seisFile 2.0 release. If you wish to continue to use it, see the last 1.x release, which was 1.8.6.
An example of support for the USGS CWB service is in /crotwell/seisFile/tree/seisfile1.8/src/main/java/edu/sc/seis/seisFile/usgsCWB/Client.java which can also be run as a client. See the miniseed section for an example of how to process the returned miniseed data records.
For example:
bin/cwbclient -n US -s DUG -l 00 -c BHZ -b 2010-10-01T00:00:00.0 -d 120 -o cwb.mseed
downloads 120 seconds of miniseed data for US.DUG.00.BHZ.
Usage is:
java edu.sc.seis.seisFile.usgsCWB.Client [-n net][-s sta][-l loc][-c chan][-b yyyy-MM-dd[THH:mm:ss.SSS]][-e yyyy-MM-dd[THH:mm:ss.SSS]][-d seconds][-o outfile][-m maxpackets][--verbose][--version][--help][-h host][-p port]