GeoNet / help

An issues repo for technical help questions.
6 stars 3 forks source link

Is FOZ connected to the seedlink service? #82

Closed calum-chamberlain closed 3 years ago

calum-chamberlain commented 3 years ago

For a while now I have not been getting any data from FOZ via seedlink - I don't run seedlink queries often enough to know if this is a long standing issue.

For example the following code returns traces:

from obspy.clients.seedlink.easyseedlink import create_client

def handle_data(trace):
    print('Received the following trace:')
    print(trace)

client = create_client('link.geonet.org.nz', on_data=handle_data)

client.select_select_stream("NZ", "RPZ", "HH?")
client.run()

in contrast, selecting channels from FOZ does not return any data:

client = create_client('link.geonet.org.nz', on_data=handle_data)

client.select_select_stream("NZ", "FOZ", "HH?")
client.run()

fingers crossed that this a transient issue, but I have haven't seen FOZ data for the last couple of weeks.

elidana commented 3 years ago

Hi @calum-chamberlain ,

thanks for your question!

As far as I know, FOZ site has been offline since the 16 of June. If you wish, we can endeavor to let you know when the site will be back.

@salichon might be able to help answering the seedlink part of the question better than me.

calum-chamberlain commented 3 years ago

Ah, that would do it! I think I'm happy with the seedlink part if FOZ is offline.

elidana commented 3 years ago

brilliant thanks! I think we are beating a record here with our tickets, opened and closed in 20 minutes. Something to celebrate 😆