class documentation
class ArcLinkFDSNBuilder(BaseBuilder):
Build a request using a FDSN server for events and an ArcLink for stations metadata
| Method | event |
Search initially by events, later, find stations related to the events time and distance specified. |
| Method | station |
Search initially by stations, later, find events related to the stations time and distance specified. |
| Static Method | _choose |
Undocumented |
| Static Method | _get |
Undocumented |
| Method | __init__ |
Undocumented |
| Instance Variable | __arclink |
Undocumented |
| Instance Variable | __fdsn |
Undocumented |
Inherited from BaseBuilder:
| Static Method | event |
Generate a printout list of individual events in the request |
| Static Method | filter |
Filter channels to be requested. |
| Static Method | filter |
Filter the request based on the items, mode and operation. |
| Static Method | filter_net |
Filter out request lines that are already listed in the existing list. |
| Static Method | filter |
Filter out request lines not overlaping with this datetime range |
| Static Method | load |
Load a request from file |
| Static Method | map |
Make a map using cartopy representing the request. |
| Static Method | reqlen |
Count the total number of lines in request |
| Static Method | request |
Show some stats from the request |
| Static Method | save |
Save a built request to file |
| Static Method | show |
Write a summary of the request to the screen |
| Static Method | station |
Generate a printout list of individual stations in the request |
| Static Method | stev |
Generate a printout list of events and stations in the request |
| Method | set |
Enable of disable the use of restricted station while building the request |
| Method | set |
Show events obtained from server before continuing to build the request. |
| Static Method | __x |
Undocumented |
| Method | __build |
t0 is a UTCDateTime eventLatitude is degrees eventLongitude is degrees eventDepth is in Meters |
| Method | __build |
Undocumented |
| Method | __build |
networkCode is String stationCode is String stationLatitude is degrees stationLongitude is degrees stationElevation is Meters |
| Method | __find_arrival |
delta is in degrees depth is in meters |
| Method | _build |
Undocumented |
| Method | _build |
Undocumented |
| Method | _check |
Undocumented |
| Method | _fill |
Undocumented |
| Method | _fill |
Undocumented |
| Method | _get |
Undocumented |
| Method | _organize |
Undocumented |
| Method | _organize |
Undocumented |
| Method | _resolve |
Undocumented |
| Instance Variable | __include |
A global flag used by self._fill_kwargsstation to include or not restricted inventory. |
| Instance Variable | __tworker |
Undocumented |
| Instance Variable | _plotevents |
A global flag used by eventBased and stationBased to show or not events. |
def eventBased(self, t0, t1, targetSamplingRate, allowedLocGainList, dataWindowRange, phasesOrPhaseGroupList, eventRestrictionArea, magnitudeRange, depthRange, networkStationList=None, stationRestrictionArea=None, distanceRange=None):
Search initially by events, later, find stations related to the events time and distance specified.
def stationBased(self, t0, t1, targetSamplingRate, allowedLocGainList, dataWindowRange, phasesOrPhaseGroupList, networkStationList, stationRestrictionArea, eventRestrictionArea=None, magnitudeRange=None, depthRange=None, distanceRange=None):
Search initially by stations, later, find events related to the stations time and distance specified.