trjaffe
trjaffe
In re the TAP error handling, tap.py has for async queries: > job = AsyncTAPJob.create( > self.baseurl, query, language, maxrec, uploads, self._session, **keywords) > job = job.run().wait() > job.raise_if_error() >...
There is now a fork from Markus that works on this: https://github.com/msdemlei/pyvo/tree/add-discoverdata. I'll check it out and see how it works in some of our notebooks. It's not what I...
I have a related issue and found this one searching before I submit a new one. Starting from the beginning here: ``` >>> sia2 = vo.dal.sia2.SIA2Service('https://irsa.ipac.caltech.edu/SIA') >>> sia2.search((0,0,10), collection='foobar') ```...