Skip to content

Commit bad9c92

Browse files
Copilotclaudiodsf
andauthored
Replace RESIF with EPOSFR and trim /fdsnws from URL examples in configspec.conf
Agent-Logs-Url: https://github.com/SeismicSource/seiscat/sessions/7967b363-bfab-4819-8596-636975e1598c Co-authored-by: claudiodsf <1390993+claudiodsf@users.noreply.github.com>
1 parent 8d9e555 commit bad9c92

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

seiscat/config/configspec.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ extra_field_defaults = force_list(default=None)
3131

3232

3333
## FDSN event webservice URL or shortcut for event data and metadata
34-
# It can be an ObsPy supported shortcut (ex., ISC, USGS, RESIF)
35-
# or a full URL (ex., http://www.isc.ac.uk/fdsnws/event/1/)
34+
# It can be an ObsPy supported shortcut (ex., ISC, USGS, EPOSFR)
35+
# or a full URL (ex., http://www.isc.ac.uk)
3636
fdsn_event_url = string(default=None)
3737
# Optional credentials for fdsn_event_url authentication
3838
# Note: restrict file permissions (chmod 600) to protect these values
3939
fdsn_event_user = string(default=None)
4040
fdsn_event_password = string(default=None)
4141
# List of FDSN web service providers to download waveforms and station metadata
42-
# They can be ObsPy supported shortcuts (ex., IRIS, SCEDC, RESIF) or full URLs
43-
# (ex., http://service.iris.edu/fdsnws/). Leave it as None to use all the
42+
# They can be ObsPy supported shortcuts (ex., IRIS, SCEDC, EPOSFR) or full URLs
43+
# (ex., http://service.iris.edu). Leave it as None to use all the
4444
# providers supported by ObsPy.
4545
fdsn_providers = force_list(default=None)
4646
# Optional credentials for fdsn_providers authentication.

0 commit comments

Comments
 (0)