-
hello, there is a minor issue when dealing with 12Z etc channels in stream.py.
currently they are rotated FIRST (which rotates 12Z to a ZNE frame), and then the inventory is used to remove the resp…
-
# SourceSpec v2
This issue is for discussing the development of SourceSpec v2.
The development takes place in the [v2 branch](/SeismicSource/sourcespec/tree/v2).
The main objectives of this m…
-
The federator is sensitive to the case of the parameter. Strictly speaking, I guess this is conforming to FDSN standard, but it seems petty to insist in the absence of ambiguity and individual EIDA no…
-
For example, the element locations are all the same for the following data:
SOURCE = 'IRIS'
NETWORK = 'AV'
STATION = 'DLL'
LOCATION = '*'
CHANNEL = '*'
STARTTIME = UTCDateTime('2019-07-15T16…
-
New data payload encoding types (general, opaque) for example to support other compression techniques (e.g. 32-bit integers, general compressor; 32- bit IEEE floats, general compressor; 64-bit IEEE fl…
-
Would obspy have interest in having a feature that rotates data from ZNE to UVW (Galperin orientation) as well as UVW back to ZNE?
I know this is used a fair bit by network operators to identify …
-
Continued discussion from `eida_maint@gfz-potsdam.de`.
---
Dear All,
At *RESIF* we are testing `eida-federator`, we are doing manual and automatic tests.
For our automatic tests we are usi…
-
The NGF format should be self-defining in all key aspects
* miniSEED2 is not self-defining. For instance, the byte order of the FSDH is not identified and must be determined by an algorithmic check…
-
As I am doing this instrument deconvolution code, I have ran into a small difference in behaviors and I would like to know if this is expected. Here is a minimum working example.
MATLAB: (using the…
-
Nice work Thomas (and others) ...
Here is something I noticed about how you cache the downloaded files.
In STEP3 of SeismoSD.ipynb You currently don't use cached data from "today" but I think …