Closed sbrunato closed 6 years ago
Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).
creation of ProgressCallback class see #21
→ <<cset d38268cb88ad>>
Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).
addition of ProgressCallback to http download see #21
→ <<cset 16167f47bd4b>>
Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).
addition of progress bar callback to core see #21
→ <<cset 81e8b3fbf260>>
Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).
addition of progress callback to aws download see #21
→ <<cset 4574970f6851>>
Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).
progress callback added to sentinelsat api see #21
→ <<cset d85b365b934f>>
Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).
progress callback added to usgs api downloader see #21
→ <<cset 3f1d23bd28f0>>
Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).
addition of progress callback to cli see #21
→ <<cset ea423a860baf>>
Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).
correction on progress callback in core and cli see #21
→ <<cset 8bedc3fba1fb>>
Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).
[bugfix] in airbus ds see #21
→ <<cset 9858b903b809>>
Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).
[bugfix] inversion of method parameters in http download see #21
→ <<cset 95fd5ee004c8>>
Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).
codestyle in utils see #21
→ <<cset 5b1d8846fd27>>
Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).
code style in arlas see #21
→ <<cset 5b807bfb2a3e>>
Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).
codestyle in product see #21
→ <<cset 0f077653298b>>
Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).
codestyle in core see #21
→ <<cset 8d161ad2fc13>>
Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).
progress callback description added to download all see #21
→ <<cset e1acf7c175a4>>
Original comment by clement cazorla (Bitbucket: ccazorla, GitHub: ccazorla).
Addition of progress callback in product download Fix #21
→ <<cset 176f836829f4>>
Original comment by Oyono (Bitbucket: aoyono, GitHub: aoyono).
see commit https://bitbucket.org/geostorm/eodag/commits/59e489f042b627434ada123c8be0ff9eb676f998
Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).
creation of ProgressCallback class see #21
→ <<cset d38268cb88ad>>
Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).
addition of ProgressCallback to http download see #21
→ <<cset 16167f47bd4b>>
Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).
addition of progress bar callback to core see #21
→ <<cset 81e8b3fbf260>>
Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).
addition of progress callback to aws download see #21
→ <<cset 4574970f6851>>
Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).
progress callback added to sentinelsat api see #21
→ <<cset d85b365b934f>>
Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).
progress callback added to usgs api downloader see #21
→ <<cset 3f1d23bd28f0>>
Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).
addition of progress callback to cli see #21
→ <<cset ea423a860baf>>
Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).
correction on progress callback in core and cli see #21
→ <<cset 8bedc3fba1fb>>
Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).
[bugfix] in airbus ds see #21
→ <<cset 9858b903b809>>
Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).
[bugfix] inversion of method parameters in http download see #21
→ <<cset 95fd5ee004c8>>
Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).
codestyle in utils see #21
→ <<cset 5b1d8846fd27>>
Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).
code style in arlas see #21
→ <<cset 5b807bfb2a3e>>
Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).
codestyle in product see #21
→ <<cset 0f077653298b>>
Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).
codestyle in core see #21
→ <<cset 8d161ad2fc13>>
Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).
progress callback description added to download all see #21
→ <<cset e1acf7c175a4>>
Original comment by orhygine (Bitbucket: orhygine, GitHub: orhygine).
Addition of progress callback in product download Fix #21
→ <<cset 176f836829f4>>
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).