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

show progress on preprocessing jobs? #4

Open
jeremydouglass opened this issue May 30, 2019 · 0 comments
Open

show progress on preprocessing jobs? #4

jeremydouglass opened this issue May 30, 2019 · 0 comments

Comments

@jeremydouglass
Copy link
Contributor

Consider adding a counter and displaying e.g. "13 out of 50" to show current progress through zip jobs -- in log file or terminal or both.

Could (also) compute total estimated bytes by getting the size of each zip e.g. with bytecount = os.path.getsize(zipfile), adding them up, and then keeping a running progress of how much of the total bytecount has been worked through that is updated each time a zip completed. This would address the issue that some zips are hundreds or thousands of times larger than others.

https://stackoverflow.com/questions/6591931/getting-file-size-in-python

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant