iris-edu / pyweed

PyWEED is a cross-platform downloadable app for retrieving event-based seismic data
https://iris-edu.github.io/pyweed/
GNU Lesser General Public License v3.0
40 stars 9 forks source link

UTCDateTime error with ObsPy 1.2.1 #115

Closed adam-iris closed 4 years ago

adam-iris commented 4 years ago

I am recently installing PyWEED on Windows by conda, and I think you should modify it to adapt the new version of obspy (1.2.1). I ran into a problem about UTCDateTime format with obspy 1.2.1 when downloading waveforma, and I turned to an old version Obspy 1.1.1 to successfully solve it. Thank you for your support !

Error is: starttime and endtime must be UTCDateTime objects or None for this call to Stream.trim()