Stefan Becker
Stefan Becker
This would also prevent major flapping in income, as there is less income generated at night.
I created a fork and a pull request for this. Doesnt looks like that this project is alive?
This would also require to de-couple the submodules from the top-module. (It's not necessary to import the whole `dal` stack for just broadcasting a table.)
I won't put mirror support directly into the service classes, but i'll think about a proxy object or something...
Just tried this with variable arguments, but without python3's keyword only arguments this won't work. And tbh i don't really like the list argument solution.
How to change the User Agent is described in https://github.com/astropy/pyvo/issues/107
Sure, it'd be a good thing to link several examples/tutorials into the documentation. Not only one though, there's also the GAVO or ESA examples/tutorials (and maybe more as well).
You can use `service.create_query(...).execute_stream()` to get a file object. it has the same signature as `service.search`.
My idea was to expose the **kwargs from the `requests` library in the higher level interfaces, but this interferes with the additional query parameters in some of the interfaces (e.g....
@chbrandt ``getdataset`` is for downloading e.g. FITS files from a single result row. Astropy uses a parameter + config variable for http requests. https://astropy.readthedocs.io/en/stable/api/astropy.utils.data.get_pkg_data_filename.html#astropy.utils.data.get_pkg_data_filename ``remote_timeout`` *should* be sufficient enough not...