sbonaime / seedlink_plotter

Seedlink_plotter A python script to plot real time seismic data from a seedlink server
GNU Lesser General Public License v3.0
36 stars 18 forks source link

Solving compatibility deprecation with 0.10.3 obspy renaming methods #16

Closed sbonaime closed 9 years ago

sbonaime commented 9 years ago

add format_seedlink to UTCDateTime if needed remove OBSPY_VERSION = [0, 10]

sbonaime commented 9 years ago

https://github.com/obspy/obspy/issues/1039 Do we solve the compatibility problems inside seedlink_plotter or do we ask/modify/wait for obspy to create Deprecation+Reroute ? I am not sure obspy Deprecation+Reroute will last for ever

megies commented 9 years ago

Probably doesn't hurt to do the compatibility stuff in here..