-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi,
another issue from the student lab work on obspy this morning: inconsistency between EIDA routing and federator. Don't know if it is a routing problem, a federator problem or a NOA problem.
As we tried only networks beginning in C, this problem might existe for other networks?
I just ran it again now (times below).
Cheers
Helle
Describe the problem
The students noticed that EIDA routing and federator didn't give the same number of networks. The difference is the CQ network that appears with the routing but not with the federator.
To Reproduce
With EIDA Routing client:
client = RoutingClient("eida-routing")
inventory = client.get_stations(network="C*")
print(inventory)
Gives networks C4, CA, CH, CK, CL, CP, CQ, CR (2x), CX, CZ
Inventory created at 2025-10-13T13:02:06.880598Z
Created by: ObsPy 1.4.2
https://www.obspy.org/
Sending institution: ObsPy FDSN Routing 1.4.2,RESIF-SI,SeisComP (GFZ,ICGC,NOA,ODC (6.8.4r3b2),RESIF-DC,SED)
Contains:
Networks (11):
C4, CA, CH, CK, CL, CP, CQ, CR (2x), CX, CZ
Stations (613):
With Federator
client = Client("EIDA")
inventory = client.get_stations(network="C*")
C4, CA, CH, CK, CL, CP, CR (2x), CX, CZ
print(inventory)
Inventory created at 2025-10-13T07:08:19.472273Z
Sending institution: EIDA-Federator (EIDA)
Contains:
Networks (10):
C4, CA, CH, CK, CL, CP, CR (2x), CX, CZ
Stations (591):
Client
Obspy
Add any other context about the problem here.