Skip to content

Commit ccebf50

Browse files
committed
Add BGS node which enters the EIDA federation
1 parent 8317efc commit ccebf50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

a10y.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import math
1919
import tomli
2020

21-
2221
class FileSuggester(Suggester):
2322
"""A suggester for the POST file input"""
2423

@@ -817,6 +816,7 @@ def parse_arguments():
817816
("ICGC", "https://ws.icgc.cat/fdsnws/", True),
818817
("NOA", "https://eida.gein.noa.gr/fdsnws/", True),
819818
("BGR", "https://eida.bgr.de/fdsnws/", True),
819+
("BGS", "https://eida.bgs.ac.uk/fdsnws/", True),
820820
("NIEP", "https://eida-sc3.infp.ro/fdsnws/", True),
821821
("KOERI", "https://eida.koeri.boun.edu.tr/fdsnws/", True),
822822
("UIB-NORSAR", "https://eida.geo.uib.no/fdsnws/", True)

0 commit comments

Comments
 (0)