-
As far as I can tell, the datalink protocol places no limit on the length of the streamids, other then they have to fit within the 255 header limit. But dlclient.c, about line 611 assumes max length o…
-
**Codes**
I used the following code to download seismic waveforms at station GE.CSS from GFZ data center.
```Python
from obspy.core import UTCDateTime
from obspy.clients.fdsn.mass_download…
-
``` python
from obspy.clients.fdsn import Client
from obspy import UTCDateTime
t1 = UTCDateTime(1950, 1, 1)
t2 = UTCDateTime(2050, 1, 1)
client = Client("http://jane")
bulk = [["GR", "FUR", "*", "*", …
-
### Avoid duplicates
- [X] I searched existing issues
### Bug Summary
My code generates mseed files and calls the function obspy.io.mseed.util.set_flags_in_fixed_headers.
The flags to be set…
-
I knew this one was coming and we finally encountered it. As any experienced reader knows one of the dark sides of any C++ bindings to python is memory management. The two languages treat that probl…
-
Good day
I am using the noise.py code for my cross-correlations using ambient noise sac and mseed data. The code is clear but I am not sure where I can input my st1 and st2. I was able to input da…
-
I am trying to implement PhaseNet in a seismic station data processing workflow in Python. Using Obspy I am gathering trace data for specific time windows and specific stations. I end up with three co…
-
Dear @smousavi05
Recently, I downloaded 1 year of continuous data from IRIS and used EQT for phase identification. Everything goes well regarding the picking process however, I noticed that there …
-
Respected sir/madam,
I downloaded the program using the code "**git clone --recursive https://git.dias.ie/paddy/retreat**" through Ubuntu in windows. And I install the requirements.txt file. After …
-
Noticed that workflow [failed](https://github.com/orcasound/orca-action-workflow/actions/runs/795953894) once two weeks ago.
Here's the [log](https://github.com/orcasound/orca-action-workflow/files…