-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-center conesearch query #34
Comments
This is also an issue for SSA. At DataCentral we workaround this from the client side with pyvo/pandas by doing multiple searches and then concatenating the results. This however depends on the votable output of SSA, e.g.: indiv_results = [] #since SSA does not support more than one value per each parameter #dataframe containing all our results This is one with a pos search: #As in the 6dF example, we will combine the results of two queries here. coords = [(214,0),(217,0)] #dataframe containing our combined results |
Another option is to have multiple POS parameter values as done in SIA (e.g. POS=CIRCLE a b c&POS=CIRCLE e f g). You'd probably want a column in the results with the input search pos and radius, plus a column for distance from this position. |
On Wed, Jan 27, 2021 at 03:16:05AM -0800, Brent Miszalski wrote:
This is also an issue for SSA. At DataCentral we workaround this
from the client side with pyvo/pandas by doing multiple searches
and then concatenating the results, e.g.:
While I'm not arguing strongly against developing S-protocols towards
allowing multiple cones (or other parameters), my take is that we
already have a powerful protocol that allows this kind of thing: TAP.
And so I'd much rather spend the effort on educating people that
still have data in SSA services that is not available through ObsTAP
to fix that (since SSA isn't so far from obscore, it's really not
hard).
I'd even volunteer to host their obscore records if necessary...
|
How to query a catalogue with multiple target positions?
The text was updated successfully, but these errors were encountered: