3.2.6Type: string
Type: string
Type: string
const for service name
Type: string
Verifies that JSON matches the types we expect, for typescript.
(any)
JSON object, usually from the traveltime web service
any:
true if matches expected structure
(any)
converts a text line from the text format into an TraveltimeArrivalType object like what is returned by the json format.
(any)
travel time output line for an arrival
any:
parsed travel time arrival
Creates a fake arrival for the origin time, useful to display a flag at origin time similar to the P and S arrival.
(any)
earthquake to station distance, in degrees
any:
an arrival for the origin
Query to the Earthscope traveltime webservice, based on the TauP Toolkit. See https://service.earthscope.org/irisws/traveltime/1/ and https://www.seis.sc.edu/TauP/
Extends FDSNCommon
(any)
optional host to connect to, defaults to IRIS
(any)
(any)
Gets/Sets the remote port to connect to.
(any)
optional new value if setting
any:
new value if getting, this if setting
(any)
Gets/Sets the nodata parameter, usually 404 or 204 (default), controlling the status code when no matching data is found by the service.
(any)
optional new value if setting
any:
new value if getting, this if setting
(any)
(any)
(any)
(any)
(any)
(any)
(any)
(any)
(any)
(any)
(any)
(any)
(any)
(any)
(any)
(any)
(any)
Get/Set the timeout in seconds for the request. Default is 30.
(any)
optional new value if setting
any:
new value if getting, this if setting
Forms the basic URL to contact the web service, without any query paramters
any:
the url
(any)