Mark C. Williams
Mark C. Williams
Agree with using a method/property on the time object rather than constructor, and with @d-chambers that a generic solution might be helpful in the future with this as a specific...
Second this being implemented or vendored, but I wondered how this is implemented in other libs that have similar specs, like HTTP URL query params in `requests`, which allows a...
@d-chambers our JSON interface was specifically to create a GeoJSON schema'd dict from python objects with lat/lon coords (that could then be easily `json.dump`ed), but the function in `obspy.io.json` should...
So at some point, `__str__` was called on the AttribDict? I would lean in favor of a regex/isdigit style check on the string, instead of a type check because I...
@megies, I did, check the `dev_curds` branch, we actually develop this in house; this is a mirror now, needs updating bad, I'll see if I can do it today... pretty...
@megies, just pushed my current branch, `nextgen`, and tags up to `1.0-beta`. Basicially, we broke out our database and plotting to separate modules, because they had nothing to do with...
Cool, keep me posted. You're right, no straightforward way in QuakeML from Origin, but there are Amplitudes; this isn't on my roadmap, but the first stab I would take is...
That error message is from the Fortran code which I did not write, it's the original Hardebeck & Shearer code, which has been re-syntaxed to F95 from F77. You will...
Thanks for this @scivision! I'm in meetings all day yesterday and today, try to get this merged this week, but it looks pretty straightforward. Also, I need to add a...
Sorry, for some reason, this got lost in my notifications. Looks like the origin you want to run HASH on is not set as preferred? I will add the option...