Tobias Megies

Results 685 comments of Tobias Megies

As discussed on gitter in private conversation, when assembling the StationXML (on a FDSNWS query for example), ideally when pulling out a channel, the parent nodes should be pulled out...

The pure display aspect in the WebGIS is fixed in above commit and should be integrated into master at some point. But the more important issue regarding FDSNWS stations assembly...

From very briefly looking at this issue, seems like the way to go would be to define an AdminAction "Update related Document Indices" on the Document Model like described here:...

compare also #81 which should've been discovered by tests ahead of running into problems during production..

2nd approach sounds a bit dirty.. humm.. not sure..

Another thing is that the draw order of stations is arbitrary it seems, so a greyed out station can mask a still running active station in color. Ideally greyed out...

Here's another one, appears when deleting documents through the admin interface: ``` DEBUG Exception while resolving variable 'is_multipart' in template 'admin/documents/document/change_list.html'. Traceback (most recent call last): File "/home/megies/anaconda/envs/jane/lib/python3.4/site-packages/django/template/base.py", line 883,...

@Lighnat0r this would also be really useful and should be pretty simple to do. Can you please have a look?

Or maybe it looks like using this is the way to go: https://django-request.readthedocs.io/en/latest/ ?