-
Currently there is an error when fetching metadata from arclink:
{{{
# !python
from obspy.core import UTCDateTime
from obspy.arclink import Client
client = Client(host="webdc.eu", port=18001)
t = UTC…
-
quick question, I have some miniseed data that I have removed the responses from and would like to write the stream to a file for later use. My code is as follows,
{{{
from obspy.core import read
r…
-
My apologies, - I think its probably a very basic matplotlib-related question,
but I'm still a newbie sorry.
In the online documentation of obspy.imaging.spectrogram.spectrogram
http://svn.geophys…
-
Dear All,
I recently ran into a trouble with SAC header. If we have a SAC file which is NOT created by obspy then the KHOLE flag (equivalent with location id) will be: [as an output of SAC program](I…
-
E.g. `client.event.getList()` returns dictionaries with the values of `lxml.objectify` specific datatypes (e.g. ``).[[BR]]
[[BR]]
{{{
# !python
from obspy.seishub import Client
client = Client()
prin…
-
hello there,
after successfully using obspy on my debian gnu/linux test system, i am in the need to install the whole stuff on a FreeBSD box.
since i don't have root privileges on that system and i …