Parameters: |
- network (str) Network code, e.g. 'BW'.
- station (str) Station code, e.g. 'MANZ'.
- location (str) Location code, e.g. '00'.
- channel (str) Channel code, supporting wildcard for component,
e.g. 'EHE' or 'EH*'.
- starttime (UTCDateTime) Start date and time.
- endtime (UTCDateTime) End date and time.
- apply_filter (bool, optional) Apply filter (default is False).
- getPAZ (bool, optional) Fetch PAZ information and append to
Stats of all fetched traces. This
considerably slows down the request (default is False).
- getCoordinates (bool, optional) Fetch coordinate information and append to
Stats of all fetched traces. This
considerably slows down the request (default is False).
- metadata_timecheck (bool, optional) For getPAZ and getCoordinates check
if metadata information is changing from start to end time. Raises
an Exception if this is the case. This can be deactivated to save
time.
|