Robert Pickle
Robert Pickle
this is definitely something i would like to see; actually i thought this already existed
Thanks, technically that solves the issue if you prefer to rotate before removing response. I think `12Z` is the standard FDSN convention orientation for both borehole and OBS sites so...
yes would be very handy
Just tested connecting to these with https. The below only seem to work with http http://eida-federator.ethz.ch http://batsws.earth.sinica.edu.tw http://rtserve.beg.utexas.edu I guess could just change everything but those?
For a while we were having an issue with https auth getting throttled above 100 requests within some period of time because the university treated them as attacks. Other edu's...
it definitely makes sense to refresh the list from the FDSN json for each release, plus using that as a reference then allows for explicitly stating which servers offer what...
sure, no problem. will try to add a function to parse this automatically also. it probably makes sense to have some duplicate keys for IRIS, IRISDMC, EARTHSCOPE, etc edit/idea: could...
are you able to clone the archive and build the package via pip? e.g. ``` git clone https://github.com/obspy/obspy.git python3 -m pip install ./obspy ``` as far as I can tell...
I don't have a machine with gcc 15, but I think it got a bit more strict with function declarations. in line 22 of `parse_fctns.c`, may have to change to:...
If I understand correctly, option 3 would probably be my choice such that we essentially just juggle both and map as needed, truncating if need be. May need to set...