seisplotjs

3.1.1

SERVICE_VERSION

Major version of the IRIS web service supported here. Currently is 1.

SERVICE_VERSION

Type: number

SERVICE_NAME

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

SERVICE_NAME

IRIS_HOST

IRIS_HOST

Type: string

TARGET_DATASELECT

TARGET_DATASELECT

Type: string

TARGET_STATION

TARGET_STATION

Type: string

FAKE_EMPTY_TEXT

a fake, completely empty stationxml document in case of no data.

FAKE_EMPTY_TEXT

Type: string

FedCatalogDataCenter

Represents the part of the results of a fedcatalog query for a single datacenter, a section of the larger FedCatalogResult.

new FedCatalogDataCenter()
Instance Members
dataCenter
services
stationService
dataSelectService
postLines
stationQuery
dataSelectQuery
level
queryNetworkList()
queryStationRawXml()
querySDDList()

FedCatalogResult

Represents the results of a fedcatalog query.

new FedCatalogResult()
Instance Members
params
queries

FedCatalogQuery

Query to a IRIS FedCatalog web service.

new FedCatalogQuery(host: string?)

Extends FDSNCommon

Parameters
host (string?) optional host to connect to, defaults to IRIS
Related
https://service.iris.edu/irisws/fedcatalog/1/
Static Members
fromStationQuery(stationQuery)
Instance Members
fedCatResult
specVersion(value?)
getSpecVersion()
protocol(value?)
getProtocol()
host(value?)
getHost()
port(value?)
getPort()
nodata(value?)
getNodata()
targetService(value?)
getTargetService()
networkCode(value?)
getNetworkCode()
stationCode(value?)
getStationCode()
locationCode(value?)
getLocationCode()
channelCode(value?)
getChannelCode()
nslcCodes(channelId)
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()
timeout(value?)
getTimeout()
isSomeParameterSet()
queryNetworks()
queryStations()
queryChannels()
queryResponses()
queryFdsnStation(level)
setupQueryFdsnStation(level)
setupForFdnsDataSelect(fedCatalogResult)
queryFdsnDataselect()
postFdsnDataselectForFedCatResult(fedCatalogResult)
postQuerySeismograms(sddList)
postQueryRaw(sddList, targetService)
postQueryRawWithBody(body)
queryRaw()
handleHttpResponseCodes(response)
parseRequest(requestText)
formVersionURL()
queryVersion()
formBaseURL()
formPostURL()
formURL()