-
Notifications
You must be signed in to change notification settings - Fork 28
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
Improve download options #480
Comments
CRDS has a client package which interacts with the servers and implements something like this:
dump_files() is returning a 3-tuple of the form:
there are simpler functions dump_mappings() and dump_references() which return only the dictionary mapping basename to full_download_path. (I'm in the process of fixing a bug which prevents ? in glob expressions, but other than that all of this already exists. Replacing ? with [explicit characters] should let you try it immediately.) |
This is great and probably pretty close to what I had in mind. It needs to be documented however. I don't see any documentation of the Python client anywhere in the docs, for JWST and HST. Especially HST, which has a big user community, steers the users to the command line client which results in the monstrosity illustrated above. |
What is the preferred way to download data automatically? It would be great if the download options are improved. This is what I currently have:
The text was updated successfully, but these errors were encountered: