FDSN_PREFIX

Type: string

SEP

Type: string

TESTING_NETWORK

dist/fdsnsourceid.mjs
TESTING_NETWORK

Type: string

TESTING_STATION

dist/fdsnsourceid.mjs
TESTING_STATION

Type: string

new FDSNSourceId(networkCode: any, stationCode: any, locationCode: any, bandCode: any, sourceCode: any, subsourceCode: any)
Parameters
networkCode (any)
stationCode (any)
locationCode (any)
bandCode (any)
sourceCode (any)
subsourceCode (any)
Static Members
createUnknown(sampRate, source, subsource)
parse(id)
fromNslc(net, sta, loc, channelCode)
fromNslcId(nslcId)
parseNslc(nslc, sep)
Instance Members
stationSourceId()
networkSourceId()
asNslc()
formChannelCode()
toString()
toStringNoPrefix()
equals(other)

NetworkSourceId

dist/fdsnsourceid.mjs
new NetworkSourceId(networkCode: any)
Parameters
networkCode (any)
Static Members
parse(id)
Instance Members
toString()
toStringNoPrefix()
equals(other)

StationSourceId

dist/fdsnsourceid.mjs
new StationSourceId(networkCode: any, stationCode: any)
Parameters
networkCode (any)
stationCode (any)
Static Members
parse(id)
Instance Members
toString()
toStringNoPrefix()
networkSourceId()
equals(other)

LocationSourceId

dist/fdsnsourceid.mjs
new LocationSourceId(networkCode: any, stationCode: any, locationCode: any)
Parameters
networkCode (any)
stationCode (any)
locationCode (any)
Instance Members
toString()
equals(other)

bandCodeForRate

dist/fdsnsourceid.mjs

Generates the best band code for a channel based on the sample rate and optionally the response lower bound period, which is mostly useful for separating broadband from short period seismometers.

bandCodeForRate(sampRate: any, resp_lb: any): any
Parameters
sampRate (any) sample rate in samples per second
resp_lb (any) response long period bound in seconds
Returns
any: single character band code
EMPTY_LOC_CODE

Type: string

new NslcId(net: any, sta: any, loc: any, chan: any)
Parameters
net (any)
sta (any)
loc (any)
chan (any)
Static Members
parse(nslc, sep)
Instance Members
toString()
equals(other)
parseSourceId(id: any)
Parameters
id (any)
new SourceIdSorter(aSid: any, bSid: any)
Parameters
aSid (any)
bSid (any)