-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add status bar while downloading files #68
Comments
I agree! We should check if Downloads supports it
…On Fri, Nov 8, 2024, 8:16 PM Sriharsha Kandala ***@***.***> wrote:
Feature request
When downloading large files, It would be very helpful to have a status
bar indicating the status of the download.
cc: @Sbozzolo <https://github.com/Sbozzolo> @charleskawczynski
<https://github.com/charleskawczynski>
—
Reply to this email directly, view it on GitHub
<#68>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACF6E7M5EIFEAIXYXU4TX4TZ7WECPAVCNFSM6AAAAABROWZ46KVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY2DKNJZGEYTAMI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
And maybe the download rate? (If this is possible) |
I tried to look at it and I couldn't find support for this in Downloads.jl, unfortunately. |
The progress or the download rate? (or both?)-- bummer either way |
Downloads.jl, as far I can tell, supports no online reporting. |
I made a very simple download progress print out here: ClimaArtifacts/surface_temperatures/create_artifact.jl Lines 10 to 18 in 544fe87
That looks like this: progress.movA very basic progress bar could look like: progress_bar.mov |
Awesome! I didn't see the |
Thanks @imreddyTeja ! This looks good. The first version itself is good and provides the needed status information. If you prefer the second version, that's also fine! |
Feature request
When downloading large files, It would be very helpful to have a status bar indicating the status of the download.
cc: @Sbozzolo @charleskawczynski
The text was updated successfully, but these errors were encountered: