Skip to content
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

progress bar with tqdm #21

Closed
sbrunato opened this issue May 29, 2018 · 36 comments
Closed

progress bar with tqdm #21

sbrunato opened this issue May 29, 2018 · 36 comments
Labels
enhancement New feature or request

Comments

@sbrunato
Copy link
Collaborator

Original report by Baptiste Meylheuc (Bitbucket: bmeylheuc, ).


See to replace the direct use of tqdm by a python callback that allows to choose the progress bar type (Using tqdm_notebook allows to display the download progress on a single bar).

@sbrunato
Copy link
Collaborator Author

Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).


creation of ProgressCallback class see #21

→ <<cset d38268cb88ad>>

@sbrunato
Copy link
Collaborator Author

Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).


addition of ProgressCallback to http download see #21

→ <<cset 16167f47bd4b>>

@sbrunato
Copy link
Collaborator Author

Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).


addition of progress bar callback to core see #21

→ <<cset 81e8b3fbf260>>

@sbrunato
Copy link
Collaborator Author

Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).


addition of progress callback to aws download see #21

→ <<cset 4574970f6851>>

@sbrunato
Copy link
Collaborator Author

Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).


progress callback added to sentinelsat api see #21

→ <<cset d85b365b934f>>

@sbrunato
Copy link
Collaborator Author

Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).


progress callback added to usgs api downloader see #21

→ <<cset 3f1d23bd28f0>>

@sbrunato
Copy link
Collaborator Author

Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).


addition of progress callback to cli see #21

→ <<cset ea423a860baf>>

@sbrunato
Copy link
Collaborator Author

Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).


correction on progress callback in core and cli see #21

→ <<cset 8bedc3fba1fb>>

@sbrunato
Copy link
Collaborator Author

Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).


[bugfix] in airbus ds see #21

→ <<cset 9858b903b809>>

@sbrunato
Copy link
Collaborator Author

Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).


[bugfix] inversion of method parameters in http download see #21

→ <<cset 95fd5ee004c8>>

@sbrunato
Copy link
Collaborator Author

Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).


codestyle in utils see #21

→ <<cset 5b1d8846fd27>>

@sbrunato
Copy link
Collaborator Author

Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).


code style in arlas see #21

→ <<cset 5b807bfb2a3e>>

@sbrunato
Copy link
Collaborator Author

Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).


codestyle in product see #21

→ <<cset 0f077653298b>>

@sbrunato
Copy link
Collaborator Author

Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).


codestyle in core see #21

→ <<cset 8d161ad2fc13>>

@sbrunato
Copy link
Collaborator Author

Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).


progress callback description added to download all see #21

→ <<cset e1acf7c175a4>>

@sbrunato
Copy link
Collaborator Author

sbrunato commented Jul 3, 2018

Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).


Addition of progress callback in product download Fix #21

→ <<cset 176f836829f4>>

@sbrunato
Copy link
Collaborator Author

sbrunato commented Jul 3, 2018

Original changes by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).


changed state from "new" to "resolved"

@sbrunato
Copy link
Collaborator Author

Original changes by Oyono (Bitbucket: aoyono, GitHub: aoyono).


changed state from "resolved" to "open"

@sbrunato
Copy link
Collaborator Author

sbrunato commented Aug 2, 2018

Original comment by Oyono (Bitbucket: aoyono, GitHub: aoyono).


see commit https://bitbucket.org/geostorm/eodag/commits/59e489f042b627434ada123c8be0ff9eb676f998

@sbrunato
Copy link
Collaborator Author

sbrunato commented Aug 2, 2018

Original changes by Oyono (Bitbucket: aoyono, GitHub: aoyono).


changed state from "open" to "resolved"

@sbrunato sbrunato closed this as completed Aug 2, 2018
@sbrunato
Copy link
Collaborator Author

Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).


creation of ProgressCallback class see #21

→ <<cset d38268cb88ad>>

@sbrunato
Copy link
Collaborator Author

Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).


addition of ProgressCallback to http download see #21

→ <<cset 16167f47bd4b>>

@sbrunato
Copy link
Collaborator Author

Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).


addition of progress bar callback to core see #21

→ <<cset 81e8b3fbf260>>

@sbrunato
Copy link
Collaborator Author

Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).


addition of progress callback to aws download see #21

→ <<cset 4574970f6851>>

@sbrunato
Copy link
Collaborator Author

Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).


progress callback added to sentinelsat api see #21

→ <<cset d85b365b934f>>

@sbrunato
Copy link
Collaborator Author

Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).


progress callback added to usgs api downloader see #21

→ <<cset 3f1d23bd28f0>>

@sbrunato
Copy link
Collaborator Author

Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).


addition of progress callback to cli see #21

→ <<cset ea423a860baf>>

@sbrunato
Copy link
Collaborator Author

Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).


correction on progress callback in core and cli see #21

→ <<cset 8bedc3fba1fb>>

@sbrunato
Copy link
Collaborator Author

Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).


[bugfix] in airbus ds see #21

→ <<cset 9858b903b809>>

@sbrunato
Copy link
Collaborator Author

Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).


[bugfix] inversion of method parameters in http download see #21

→ <<cset 95fd5ee004c8>>

@sbrunato
Copy link
Collaborator Author

Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).


codestyle in utils see #21

→ <<cset 5b1d8846fd27>>

@sbrunato
Copy link
Collaborator Author

Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).


code style in arlas see #21

→ <<cset 5b807bfb2a3e>>

@sbrunato
Copy link
Collaborator Author

Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).


codestyle in product see #21

→ <<cset 0f077653298b>>

@sbrunato
Copy link
Collaborator Author

Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).


codestyle in core see #21

→ <<cset 8d161ad2fc13>>

@sbrunato
Copy link
Collaborator Author

Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).


progress callback description added to download all see #21

→ <<cset e1acf7c175a4>>

@sbrunato
Copy link
Collaborator Author

Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).


Addition of progress callback in product download Fix #21

→ <<cset 176f836829f4>>

@sbrunato sbrunato added major enhancement New feature or request labels Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant