You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -323,8 +323,7 @@ path to a directory containing miniSEED files (_See: "Using Local Data Files", b
323
323
* `station_url:` should indicate a metadata location as an FDSN web service alias, EARTHSCOPE (an alias of 'IRIS'),
324
324
the EarthScope PH5 web service alias 'IRISPH5',
325
325
an explicit URL, or a path to a file containing metadata in [StationXML](https://www.fdsn.org/xml/station/) format
326
-
([schema](https://www.fdsn.org/xml/station/fdsn-station-1.0.xsd)). For web services, this should point to the same place as
327
-
`dataselect_url` (e.g. `https://service.earthscope.org`). For local metadata, StationXML is read at the channel level and any
326
+
([schema](https://www.fdsn.org/xml/station/fdsn-station-1.0.xsd)). If both `dataselect_url` and `station_url` point to web services, they should point to the same location (e.g. `https://service.earthscope.org`). For local metadata, StationXML is read at the channel level and any
328
327
response information is ignored. Local instrument response (if used) is expected to be in RESP file format and specified
329
328
in the `resp_dir` entry (see below). If neither webservices or StationXML is available for metadata, the `station_url` entry
330
329
should be left unspecified (blank). In this case, metrics that do not require metadata will still be calculated. Metrics that
@@ -344,7 +343,7 @@ orientation_check*). The EarthScope event service is deprecated and event_urls d
344
343
redirect to the USGS event service at https://earthquake.usgs.gov.
345
344
346
345
* `resp_dir:` should be unspecified or absent if local response files are not used. The default behavior
347
-
is to retrieve response information from the EarthScope web service [Evalresp](https://service.earthscope.org/irisws/evalresp/1/).
346
+
is to retrieve response information from the EarthScope web service [Evalresp](https://service.earthscope.org/irisws/evalresp/1/). If the Earthscope PH5 service (IRISPH5) is the source for the `station_url`, then it will default to the [ph5 Evalresp] (https://service.earthscope.org/ph5ws/evalresp/1/) instead.
348
347
To use local instrument responses instead of [Evalresp](https://service.earthscope.org/irisws/evalresp/1/),
349
348
this parameter should indicate a path to a directory containing response files
350
349
in [RESP](https://ds.iris.edu/ds/nodes/dmc/data/formats/resp/) format. Local response files are expected to be
self.logger.warning("Station_url should be the same as dataselect_url when retrieving data from FDSN webservices. Station_url '%s' does not match dataselect_url '%s'"
self.logger.warning("Station_url should be the same as dataselect_url when retreiving data from IRIS PH5 webservices. Station_url '%s' does not match dataselect_url '%s'"
self.logger.warning("Station_url should be the same as dataselect_url when retrieving data from FDSN or PH5 web services. Station_url '%s' does not match dataselect_url '%s'")
self.logger.warning("Station_url should be the same as dataselect_url when retreiving data from FDSN webservices. Station_url '%s' does not match dataselect_url '%s'"
180
+
self.logger.warning("Station_url should be the same as dataselect_url when retrieving data from FDSN webservices. Station_url '%s' does not match dataselect_url '%s'"
self.logger.debug("read IRISPH5 station web services %s/%s for %s,%s,%s,%s,%s,%s"% (self.station_url,self.station_type,_network, _station, _location, _channel, _starttime.strftime('%Y.%j'), _endtime.strftime('%Y.%j')))
0 commit comments