-
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
WIP: Restructuring to enable multiple rows, multiple access points, and unit tests #18
base: main
Are you sure you want to change the base?
Conversation
… info (e.g. credentials) to the access points
I have an implementation that integrates this into pyvo. It is in my pyvo cloud-links branch. |
@zoghbi-a - a lot of it is already massaged into pyvo in astropy/pyvo#369, I'll come back to that PR and chop it up to smaller pieces. |
Thanks @bsipocz, One other difference is how to deal with services other than SIA, which we want to consider in the future. With what we have, it is not straight forward to expand it to SSA and other services. With the new code, it is a matter of adding a single inheritance to the relevant service or Query class. |
Yes, I don't mean to have that as it's any more but am cutting it up to pieces. |
This is an attempt to go beyond the simple use cases and consider a realistic case of a user submitting a list of products as either an
astropy.Table
orpyvo.dal.DALResults
.Both a json column and datalinks are processed to create a list of
AccessPoint
objects for each row of the data product.AccessPoint
and its subclasses (for aws, gc etc) have a download method that downloads the data