pyvo
pyvo copied to clipboard
Provide a results 'save-to-file' capability
In order to avoid to load data into memory, it would be nice to provide a 'save-to-file' capability, so the results could be saved into a file directly.
You can use service.create_query(...).execute_stream() to get a file object. it has the same signature as service.search.