Tobias Megies
Tobias Megies
`django-request` seems to do be able to deliver what I want, it stores all requests including authenticated user of request in the postgres db, and for quick use it also...
Ah, that's right, good idea. I'll do a pull request for this adding it to `local_settings.py` but commented out, for future reference.
When downloading multiple events, each event in the returned catalog is cropped at that size..
I think these fixes work but looks like there's also some docs building issue and also one test is failing not sure why.
@krischer what's the reasoning behind this one? a58e8052d110ca4ae0284e2767bfb55f060ea6ae It's failing a test that is explicitly using an empty network string (the test data also has an empty network.
If there's no objections I'm gonna merge this one. Pretty sure that test fails are unrelated and master branch is failing CI anyway.
I'm getting a "Server Error" page when trying to log into the admin interface and when `DEBUG=False`..
I've started checking those waveform files that have the most individual traces in our jane instance in the background..  Basically, all the very, very bad files that bloat the...
Hmm, actually it might be good to keep `pos` field, otherwise we run into #84 again in case of two traces in a file that have different data in it...
I guess we can't be sure that it's gonna be bitwise the same when doing a roundtrip.. in principle it works both ways, as both is going through obspy `Inventory`.