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

Add user feedback for long running processes #12

Open
jamaa opened this issue Apr 22, 2024 · 1 comment
Open

Add user feedback for long running processes #12

jamaa opened this issue Apr 22, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@jamaa
Copy link
Member

jamaa commented Apr 22, 2024

Some steps in HRU calculation can take a very long time to process, e.g. check overlaps, check/fill gaps. During this time, QGIS becomes unresponsive and there is no indication about what is currently happening.

I suggest to at the least, add a log message before the process starts such as e.g. "checking for overlaps..."

Even better would be some kind of progress bar or other visual indication in the QTalsim window that something is being processed.

@jamaa jamaa added the enhancement New feature or request label Apr 22, 2024
@jamaa
Copy link
Member Author

jamaa commented Apr 22, 2024

Some of the processes also seem to take unnecessarily long, e.g. almost one hour for filling gaps! Maybe we can find ways to speed this up.

lorenz3tla added a commit that referenced this issue May 3, 2024
- Bug fix for HRU calculation if there are small polygons without
  parameters or features without area
- Add user feedback for processes and also add visual indication (issue #12)
- Change names of edited layers (add name of optional editing step:
  overlap/gaps removal) (issue #11)
- Update all layer-comboboxes automatically if layer gets inserted in
  project or deleted from project (issue #10)
- Bug fix: Handling of land uses without land use type (issue #14)
- Change button to "Delete All Overlapping Features"
- Update documentation
-- Add tip to perform deletion of overlaps/gaps more often if they
are not deleted in first try
- Minor bug fix: Select features in "Check Overlaps"-Table
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