seisplotjs.irisfedcatalog

3.0.0-alpha.0

SERVICE_VERSION

src/irisfedcatalog.ts

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

SERVICE_VERSION

Type: number

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

SERVICE_NAME
IRIS_HOST

Type: string

TARGET_DATASELECT

src/irisfedcatalog.ts
TARGET_DATASELECT

Type: string

TARGET_STATION

Type: string

FAKE_EMPTY_TEXT

src/irisfedcatalog.ts

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

FAKE_EMPTY_TEXT

Type: string

FedCatalogDataCenter

src/irisfedcatalog.ts

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
networkList
sddList

FedCatalogResult

src/irisfedcatalog.ts

Represents the results of a fedcatalog query.

new FedCatalogResult()
Instance Members

FedCatalogQuery

src/irisfedcatalog.ts

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
http://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()
startTime(value?)
getStartTime()
endTime(value?)
getEndTime()
timeRange(se)
timeWindow(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()
formURL()