-
-
Notifications
You must be signed in to change notification settings - Fork 409
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
MAINT: rename cone_search methods to query_region #3219
Comments
Hi @bsipocz ! I am discussing this together with the Euclid team and our scientists. It is true that query_region is more generic, but cone_search is a common method in astronomical community, and even a standard in VO, so maybe we could keep it for specific cone_searches (coordinates + radius). Regarding query_region, maybe it is more associated to squared regions. What do you think? |
I would be happy if |
OK I was wrong, it took us several years to come to |
Nevertheless, a lot of underlying machinery relies on TAP rather than SCS, and some supports cone/box/all-sky an a spatial constraint, so at this point having only cone search is not preferred. So even is those other spatial queries won't be supported, a wrapper will be needed so we have API consistency within astroquery itself. |
Hi @bsipocz. We are coordinating with Euclid team as well regarding the changes in the names. We are adding to our planning the creation of the the wrappers, together with other module migrations to PyVO. I will let you know when we apply these changes. Thanks! |
Oh, wow, lovely to hear about the PyVO plans! |
You know, in the end we need to do it step by step. We started with a new module. Now that we have a reference, we are starting migrating the most simple ones and adding more features. And then we will start with the most complex ones, the ones that have specific features on TapUtils, to use modern libraries and code. Maybe, at some point, it is interesting to include some of this new code in PyVO library itself (e.g. login features, we can test the current implementation of tap_upload from PyVO...). |
It will be a long process. And indeed, all the extra functionality of tapplus would be nice to make its way upstream into pyvo. Dice we have the prototype functionality it's finally not a blocker if something is not in the standards yet. |
No description provided.
The text was updated successfully, but these errors were encountered: