I am trying to reproduce the example on tutorial relative to obspy.iris, when i try to reproduce the point 4 (about event catalog), running the line: “cat=eve.getEvents(starttime=starttime, endtime=endtime, minmag=6.7)”
i got next error:
AttributeError Traceback (most recent call last)
/home/jcbermudezb/ in ()
AttributeError: ‘Client’ object has no attribute ‘getEvents’
I am runing it on linux, because on MacOSx I have had some problems.
I noticed that this example is the only one without explicitly
importing the iris client again - did you by any chance import a
another client beforehand and are you running the latest ObsPy release?
If not, we need more information to help you, e.g. the whole script
would be a good starter.
Best regards,
Robert
Good evening everybody,
I am trying to reproduce the example on tutorial relative to
obspy.iris, when i try to reproduce the point 4 (about event
catalog), running the line: "cat=eve.getEvents(starttime=starttime,
endtime=endtime, minmag=6.7)" i got next error:
AttributeError Traceback (most recent
call last)
/home/jcbermudezb/<ipython console> in <module>()
AttributeError: 'Client' object has no attribute 'getEvents'
I am runing it on linux, because on MacOSx I have had some
problems.