obspy

ObsPy: A Python Toolbox for seismology/seismological observatories.

OTHER License

Downloads
58K
Stars
1.1K
Committers
154

Bot releases are visible (Hide)

obspy - 0.8.1

Published by megies over 11 years ago

  • fixing a bug parsing QuakeML from a StringIO object using xml and
    autodetection
obspy - 0.8.2

Published by megies over 11 years ago

  • fixing a bug in plotting methods of Trace and Stream
  • stream/trace.plot(type="dayplot") can display event information now
obspy - 0.8.3

Published by megies over 11 years ago

  • circumventing an issue in the current libmseed release that can lead to
    some float values being read in wrongly
obspy - 0.8.4

Published by megies over 11 years ago

  • bugfixes to make ObsPy work with the latest Python 2.x and NumPy releases
  • critical bugfixes for the waveform plotting and the xml wrapper
  • bugfix so that copy.deepcopy() works with the obspy.core.stream.Stream
    class
  • fixing some imports