1.1.3
Generally either
import * as fdsndataselect from 'seisplotjs-fdsndataselect'
fdsndataselect.xxxx
or
import * as seisplotjs from 'seisplotjs'
seisplotjs.fdsndataselect.xxxx
Core functions for using the IRIS FDSN Data Select web service
(string)
(number)
(number | DataSelectQuery)
(string)
(string | DataSelectQuery)
(string)
(string | DataSelectQuery)
(number)
(number | DataSelectQuery)
(number)
(number | DataSelectQuery)
(string)
(string | DataSelectQuery)
(string)
(string | DataSelectQuery)
(string)
(string | DataSelectQuery)
(string)
(string | DataSelectQuery)
(moment)
(moment | DataSelectQuery)
(moment)
(moment | DataSelectQuery)
(string)
(string | DataSelectQuery)
(number)
(number | DataSelectQuery)
(boolean)
(boolean | DataSelectQuery)
set or get the repository paramter. This is an IRIS-specific parameter that will not work with other dataselect web services.
(string)
(string | DataSelectQuery)
(string)
(string | DataSelectQuery)
DataSelectQuery
(moment)
number
StartEndDuration
(Object)
DataSelectQuery
Core classes returned from the above functions.
Type: string
Type: string
Any two of start, end and duration can be specified, or just duration which then assumes end is now. start and end are Date objects, duration is in seconds. clockOffset is the milliseconds that should be subtracted from the local time to get real world time, ie local - UTC or new Date().getTime() - serverDate.getTime() default is zero.
Re-exporting imported modules for easier reuse.
Stuff I forgot to put in the TOC.