IRIS_HOST

EARTHSCOPE_HOST

dist/fdsnstation.mjs
EARTHSCOPE_HOST
LEVEL_NETWORK

Type: string

LEVEL_STATION

Type: string

LEVEL_CHANNEL

Type: string

LEVEL_RESPONSE

dist/fdsnstation.mjs
LEVEL_RESPONSE

Type: string

LEVELS

STATION_SERVICE

dist/fdsnstation.mjs

const for service name

STATION_SERVICE

Type: string

SERVICE_VERSION

dist/fdsnstation.mjs

Major version of the FDSN spec supported here. Currently is 1.

SERVICE_VERSION

Type: number

Service name as used in the FDSN DataCenters registry, https://www.fdsn.org/datacenters

SERVICE_NAME

Query to a FDSN Station web service.

new StationQuery(host: any)

Extends FDSNCommon

Parameters
host (any) optional host to connect to, defaults to IRIS
Related
https://www.fdsn.org/webservices/
Instance Members
specVersion(value)
getSpecVersion()
protocol(value)
getProtocol()
host(value)
getHost()
port(value)
getPort()
pathBase(value)
getPathBase()
nodata(value)
getNodata()
networkCode(value)
getNetworkCode()
stationCode(value)
getStationCode()
locationCode(value)
getLocationCode()
channelCode(value)
getChannelCode()
startTime(value)
getStartTime()
endTime(value)
getEndTime()
timeRange(se)
startBefore(value)
getStartBefore()
endBefore(value)
getEndBefore()
startAfter(value)
getStartAfter()
endAfter(value)
getEndAfter()
minLat(value)
getMinLat()
maxLat(value)
getMaxLat()
minLon(value)
getMinLon()
maxLon(value)
getMaxLon()
latitude(value)
getLatitude()
longitude(value)
getLongitude()
minRadius(value)
getMinRadius()
maxRadius(value)
getMaxRadius()
includeRestricted(value)
getIncludeRestricted()
includeAvailability(value)
getIncludeAvailability()
format(value)
getFormat()
updatedAfter(value)
getUpdatedAfter()
matchTimeseries(value)
getMatchTimeseries()
latLonRegion(value)
nslcCodes(channelId)
timeout(value)
getTimeout()
isSomeParameterSet()
queryNetworks()
queryStations()
queryChannels()
queryResponses()
query(level)
postQueryNetworks(postLines)
postQueryStations(postLines)
postQueryChannels(postLines)
postQueryResponses(postLines)
postQuery(level, postLines)
queryRawXml(level)
queryRawXmlText(level)
postQueryRawXml(level, postLines)
createPostBody(level, postLines)
formVersionURL()
queryVersion()
formBaseURL()
formPostURL()
formURL(level)