seisplotjs

3.2.6

IRISFEDCAT_SERVICE

dist/irisfedcatalog.mjs

const for service name

IRISFEDCAT_SERVICE

Type: string

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, https://www.fdsn.org/datacenters

SERVICE_NAME

TARGET_DATASELECT

dist/irisfedcatalog.mjs
TARGET_DATASELECT

Type: string

TARGET_STATION

Type: string

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

FAKE_EMPTY_TEXT

Type: string

FedCatalogDataCenter

dist/irisfedcatalog.mjs

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

new FedCatalogDataCenter()
Instance Members
queryNetworkList()
queryStationRawXml()
querySDDList()

FedCatalogResult

dist/irisfedcatalog.mjs

Represents the results of a fedcatalog query.

new FedCatalogResult()

Query to a Earthscope FedCatalog web service.

new FedCatalogQuery(host: any)

Extends FDSNCommon

Parameters
host (any) optional host to connect to, defaults to Earthscope
Related
https://service.earthscope.org/irisws/fedcatalog/1/
Static Members
fromStationQuery(stationQuery)
Instance Members
specVersion(value)
getSpecVersion()
protocol(value)
getProtocol()
host(value)
getHost()
port(value)
getPort()
pathBase(value)
getPathBase()
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()