Tobias Megies
Tobias Megies
> Did you forget to push the tests? Also the new users field it not used currently. Yeah, forgot to commit the tests, so they weren't in the push. The...
It also doesn't work with larger radii (the above links to check are globally available)
The following is showing a spinner icon in various places where data is still being loaded, could be backported to master here: https://github.com/megies/jane/compare/3ed73348be8a4f7e12b77e522ed836f78ef883a7...fe5e17875a6cf34425affc79318dea9c5ff4fe22
Same goes for `get_waveforms_bulk()`, looks like POST requests never were accomodated
Ugly workaround for use etc in Massdownloader ```python import io from obspy.clients.fdsn import Client from obspy import UTCDateTime, Stream, read class PatchedClient(Client): def get_waveforms_bulk(self, bulk, quality=None, minimumlength=None, longestonly=None, filename=None, attach_response=False,...
> Also should the example file not still have a single station with differing channel coordinates? No idea what the standard solution for this might be, but since `Station` also...
I didn't find where the geometric objects for the WebGIS are assembled, btw.. did only see the FDSNWS assembly..
Ah OK so for the WebGIS this if/else will have to be adapted.. taking into account coordinates.. https://github.com/krischer/jane/blob/master/src/jane/static/web_gis/src/baynetapp.js#L144
> The factory returns a stations object with NETWORK.STATION as keys. This somehow has to be expanded to also take coordinates into account. .. and ideally also other fields on...