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

Limit to a defined threshold the amount of warnings produced by a given analyzer. #2035

Open
flacombe opened this issue Sep 26, 2023 · 0 comments

Comments

@flacombe
Copy link
Contributor

Osmose use to handle a few analysers that produces several hundred of thousands of warnings (8280/11 for instance).
Opendata continuously comes to reinforce OSM which will lead to many more warnings as well in coming months.

It will be the case shortly regarding the power poles dataset, once we will be able to select the valid ones in this 5M file:
https://data.enedis.fr/explore/dataset/position-geographique-des-poteaux-hta-et-bt/

As it's not desirable to push several millions of warnings, I wonder how good it could be to limit the amount of warnings produced by each analyser.
Let's say we took the 100 000 first ones among 5M warnings and each solved warning let a supplementary one to show up.

Such a process would allow to define analysers that would lead to tremendous amounts of warnings without overloading osmose.
According to the current process, will it solve anything?

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