-
Hi,
{{{
> read("http://examples.obspy.org/BW.BGLD..EH.D.2010.037", starttime=UTCDateTime()-10, endtime=UTCDateTime())
> ValueError: NULL pointer access
> }}}
Using only starttime, a more sophistica…
-
IMHO its time to remove those relicts such as all files in https://obspy.org/browser/obspy/obspy.signal/trunk/obspy/signal/lib. (I'm not talking about eggs or binary builds for Windows - ofc there wil…
-
Not sure whether this is a known issue or can be considered unimportant...when I read in a Miniseed file and write it in SAC format, the values for delta and sampling_rate change ever so slightly:
{{…
-
Hi,
I just updated my installation checking out https://svn.obspy.org/trunk.
When I try to build gse2, mseed and signal I always get errors similar to the following.
Cheers,
Yannik
{{{
[yannik78@sg…
-
Hello,
is it possible to cut out a part of a given mseed file by specifying the UTC time instead of the samplenumber? Or is there a way to cut out using the sample number and retain the UTC time info…
-
'''The mismatch is one! ''' Not just a subsample precision/rounding problem.
see also:
http://leo.geophysik.uni-muenchen.de/obspy-report?id=9#0
{{{
# !python
Traceback (most recent call last):
Fi…
-
Hello,
I got the following problem: When I read in several traces and manually add stats to them (station coordinates in this case) using the AttribDict function then this manually added AttribDict i…
-
test.py:
{{{
from obspy.core import read
import sys
st = read("http://examples.obspy.org/gaps.mseed")
tr = st[0]
tr.write("gaps1.asc", format=sys.argv[1])
}}}
Executing tests:
{{{
for FORMAT in MSEE…
-
I talked with Moritz about this today,... how about agreeing on an unofficial convention for storing PAZ and Coordinate information in `Stats` objects?[[BR]]
In `obspy.seishub.client._WaveformMapperCl…
-
Hi, I'm using obspy to retrieve 3 component data via arcLink and preform an instrument correction. It works well on two of the components (Z and E) but on the third I get the error below. Anyone know …