-
-
Notifications
You must be signed in to change notification settings - Fork 408
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
Update gaia astroquery to handle new output formats due to ESAC TAP 9.6.0 library (gaiapcr-1299) #2907
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2907 +/- ##
==========================================
+ Coverage 67.23% 67.30% +0.06%
==========================================
Files 235 235
Lines 18155 18135 -20
==========================================
- Hits 12207 12206 -1
+ Misses 5948 5929 -19 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much of the improvement and the nice cleanup, too!
My review comments were in fact so minor that I went ahead and addressed them, no need to have another round on this PR. Thanks again @cosmoJFH! |
Recently ESAC has release the new 9.6.0 TAP library, that has been tested in the gaia DEVELOPMENT environment (https://geadev.esac.esa.int/). The changes in the TAP library imply that:
This implies the following issues in astroquery:
The name of the output files are 1698154295940D-result.vot.gz.gz and 698154295940D-result.ecsv.gz.gz, respectively.
The issue is located in:
Note the the proposed solution is backward compatible for those ESAC archives that do not use the new 9.6.0 TAP library.
Note that the new 9.6.0 TAP library will use in the gaia PRODUCTION environment by February 2024.
cc @esdc-esac-esa-int