Tobias Köhne

Results 23 comments of Tobias Köhne

Hmm this is a bit contrary to how I thought Python handles files - I have tried running the script from my home directory and that's where I get the...

Yeah it really does seem that even if I execute `test_okada.py` from a different folder, `sys.path` contains the folder where the file is located, which then results in the wrong...

@kmaterna I had a quick question about coordinate systems while porting my code. Do I understand correctly that the Delaunay and other Python-based method assume that lon/lat is a cartesian...

~~Hi, after looking again at the code and the downgrades I'd have to make to use the cosine-correction grid approximation, I was hoping I'd just be able to add `pyproj`...

Ahh I see what's happening, I just tried to do a fresh environment installation. I think `pygmt` only needs the underlying`proj` library, but not the Python wrapper `pyproj` since I'm...

Hi, do you mean a certain time period? All plotting is done using [`Network.gui()`](https://tobiscode.github.io/disstans/disstans/network.html#disstans.network.Network.gui), and you can interactively zoom into and out of time periods. I've meant to integrate a...

Ah, that's a good point. Yeah, those keyword arguments should still be passed on to the analysis function, but the plotting won't be affected. I'll put this on my to-do...

Added in 59bce4806330c7c34905b41aca9807fcfaabd8ab, feel free to try it out (follow the [full repo clone instructions](https://tobiscode.github.io/disstans/installation.html#full-development-installation), and switch to the `development` branch before the `pip install` step). It'll be a little...

Now in the main branch and released in version 2.2.

If you only need timeseries without the map, then the GUI is not the intended way to plot them. I've found whenever one wants to only plot timeseries, it's easier...