Synopsis

fdsnstation [-vV] [--help] [--includeavailability] [--includerestricted] [--matchtimeseries] [--printurl] [--raw] [--schema] [--validate] [-b=<startTime>] [--baseurl=<baseURL>] [--box=<boxArea>] [--donut=<donut>] [-e=<endTime>] [--endafter=<endAfter>] [--endbefore=<endBefore>] [--host=<host>] [-L=<level>] [--lat=<latitude>] [--lon=<longitude>] [--maxlat=<maxLatitude>] [--maxlon=<maxLongitude>] [--maxradius=<maxRadius>] [--minlat=<minLatitude>] [--minlon=<minLongitude>] [--minradius=<minRadius>] [--nodata=<nodata>] [-o=<outputFile>] [--port=<port>] [--startafter=<startAfter>] [--startbefore=<startBefore>] [--updatedafter=<updatedAfter>] [-c=<channel>[,<channel>…​]]…​ [-l=<location>[,<location>…​]]…​ [-n=<network>[,<network>…​]]…​ [-s=<station>[,<station>…​]]…​

Description

example client to query a remote FDSN Station web service

Options

-b, --start, --starttime=<startTime>

Limit to metadata epochs starting on or after the specified start time.

--baseurl=<baseURL>

Base URL for queries, ie everything before the '/<service>/<version>/<query>?'

--box=<boxArea>

constraining box as west/east/south/north

-c, --cha, --channel=<channel>[,<channel>…​]

Select one or more SEED channel codes. Multiple codes are comma-separated.

--donut=<donut>

constraining donut as lat/lon/minRadius/maxRadius

-e, --end, --endtime=<endTime>

Limit to metadata epochs ending on or before the specified end time.

--endafter=<endAfter>

Limit to metadata epochs ending after specified time.

--endbefore=<endBefore>

Limit to metadata epochs ending before specified time.

--help

display a help message

--host=<host>

host to connect to, defaults to service.iris.edu

--includeavailability

Specify if results should include information about time series data availability.

--includerestricted

Specify if results should include information for restricted stations.

-l, --loc, --location=<location>[,<location>…​]

Select one or more SEED location identifiers. Multiple identifiers are comma-separated. As a special case — (two dashes) will be translated to a string of two space characters to match blank location IDs.

-L, --level=<level>

Specify the level of detail for the results.

--lat, --latitude=<latitude>

Specify the latitude to be used for a radius search.

--lon, --longitude=<longitude>

Specify the longitude to the used for a radius search.

--matchtimeseries

Limit to metadata where selection criteria matches time series data availability.

--maxlat, --maxlatitude=<maxLatitude>

Limit to stations with a latitude smaller than the specified maximum.

--maxlon, --maxlongitude=<maxLongitude>

Limit to stations with a longitude smaller than the specified maximum.

--maxradius=<maxRadius>

Limit results to stations within the specified maximum number of degrees from the geographic point defined by the latitude and longitude parameters.

--minlat, --minlatitude=<minLatitude>

Limit to stations with a latitude larger than the specified minimum.

--minlon, --minlongitude=<minLongitude>

Limit to stations with a longitude larger than the specified minimum.

--minradius=<minRadius>

Limit results to stations within the specified minimum number of degrees from the geographic point defined by the latitude and longitude parameters.

-n, --net, --network=<network>[,<network>…​]

Select one or more network codes. Can be SEED network codes or data center defined codes. Multiple codes are comma-separated.

--nodata=<nodata>

nodata http return code

-o, --output=<outputFile>

File for outputing DataRecords

--port=<port>

port to connect to, defaults to 80

--printurl

Construct and print URL and exit

--raw

Output the raw data to stdout

-s, --sta, --station=<station>[,<station>…​]

Select one or more SEED station codes. Multiple codes are comma-separated.

--schema

prints schema

--startafter=<startAfter>

Limit to metadata epochs starting after specified time.

--startbefore=<startBefore>

Limit to metadata epochs starting before specified time.

--updatedafter=<updatedAfter>

Limit to metadata updated after specified date; updates are data center specific.

-v, --verbose

Verbose

-V, --version

Print version and exit

--validate

Validate XML against schema