Lion Krischer
Lion Krischer
Yea I agree. It does not seem a viable alternative. The AGPL is also a bit too much for us to be honest.
Can you somehow compile with debug symbols turned on? It should tell you which value it cannot free. Or maybe add print statements in the `free_channel()` function to see where...
Yea - our resp -> inventory converter raises that warning. On Linux/OSX evalresp still manages to calculate some response. I'll prod around a bit tomorrow and see what is in...
Yea go ahead - I'm not sure we'll ever fix this. We'll probably either upgrade to the next gen evalresp whenever it comes out or just do the response calculations...
I have never been able to reproduce that particular error so I can't fix it. What I think happens for version 1.1.0 is that a MiniSEED stream with either a...
Thanks for this. I think I fixed all problems in a clean fashion in #2081. Can you try with that branch?
I've once written something along this line here: https://github.com/SeismicData/pyasdf/blob/master/pyasdf/inventory_utils.py I'm not entirely sure how solid this is in the grand scheme of things but please feel free to use it...
> I also wrote something similar for needs I had, as well as cascading things such as epochs from a channel up to station and network. > If interested I'll...
> @DominikStr what do you think on these things? Maybe we can also get some other opinions (@krischer? @d-chambers?) I think the default merge method should operate in a sense...
I'm reopening this so that we'll remember to document the `obspy.taup.seismic_phase.REFINE_DIST_RADIAN_TOL` value. It might be good to be able to set this on the `TauPyModel` class.