-
Notifications
You must be signed in to change notification settings - Fork 0
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 option to connect a progress bar to migration #136
Comments
Progress (bar) display should be handled by FE or modeller interface; sepcific interfacing is needed. Suggestion: add optional logging (can/should be made better to interface without direct printing)
|
An example of how this has been implemented before is available in
In which |
Looks like progress function excepts a percentage (https://github.com/nens/threedidepth/blob/41c5b7366388f67bf7af23b3ceacb8821391b409/src/threedidepth/calculate.py#L624), se the example above could be easily adapted for this. |
Now that the number of migrations is growing, it sometimes takes quite some time to migrate spatialites, esp. if they are really old. It would be great to show users the progress. I think the easiest implementation is to express the progress as number of migrations completed as percentage of the total number of migrations that needs to be done.
The text was updated successfully, but these errors were encountered: