Lion Krischer
Lion Krischer
We currently don't. See http://lists.swapbytes.de/archives/obspy-users/2017-October/002539.html
This test crashes Python on windows: https://github.com/obspy/obspy/blob/e9ba7721b1a23d5386533ac968efbb24056cfb63/obspy/io/xseed/tests/test_core.py#L854-L874 I neither have ready access to a windows machine with a dev environment nor do I know enough about windows to debug this....
Follow up to #1373.
It always plots the overall sensitivity which can result in funny looking plots. It should just plot the sensitivity of the chosen stages. Example: ``` python import obspy obspy.read_inventory()[0][0][0].plot(min_freq=0.001, start_stage=2,...
We currently do an awkward workaround to support spatial queries. Turns out it always supported that but we were not aware of it and now it seems to be stable....
There is a new evalresp out there and it seems to have a proper API this time around. We should investigate using it. https://github.com/iris-edu/evalresp/releases I'm not sure if #1718 or...
We have a ton of open SEG-Y/SU issues (https://github.com/obspy/obspy/labels/.io.segy) and none of the core developers is really an expert in the format. Additionally it is mostly used in active source...
ObsPy 1.1 drops support for Python 3.3 so this should no longer be necessary. Let's do it after the release to not have to worry about unintended side-effects right now....
It is pretty useful to be able to enforce that docstrings exist. This PR adds a new CLI flag `--raise-on-missing-docstrings` that, as the name implies, raises errors if docstrings for...
We already talked about this and it would be very useful to store a couple more things in the netCDF files: - `1D_MODEL`: The 1D model used for the calculation...