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

negative magnitudes (RM#5788) #76

Closed adam-iris closed 7 years ago

adam-iris commented 7 years ago
ported from Redmine #5788 (created 2017-03-16) (CLOSED 2017-03-21)

The fdsnws-event service supports negative earthquake magnitudes, so PyWeed should also be able to handle them. Currently, the minimum magnitude "field" can support a dash "-" character but, due to character limits or other issues, it will not allow other characters to follow the dash. I suppose this support could be extended to the maximum magnitude field as well.