-
Notifications
You must be signed in to change notification settings - Fork 116
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 merge analyser for French Enedis power distribution poles #2435
base: dev
Are you sure you want to change the base?
Conversation
How the 300000 limit is done? I fear the sample could change.
It would be better to enable only selected departement.
El dom, 26 ene 2025, 0:10, FLacombe ***@***.***> escribió:
… It is proposed to add a new analyser to merge Enedis open data regarding
distribution power poles in France.
As original dataset contains more than 1.5M of suitable features, a manual
preprocess is done to restrict to first 300k rows for now. Thus it will
generate less than 300k warnings.
Dataset will be regularly updated with new features as the amount of
osmose warnings get lower.
This analyser is planed to be updated later with poles material once
available in Enedis dataset at the end of the year.
------------------------------
You can view, comment on, or merge this pull request online at:
#2435
Commit Summary
- c4c88a9
<c4c88a9>
Add merge analyser for French Enedis power distribution poles
File Changes
(1 file <https://github.com/osm-fr/osmose-backend/pull/2435/files>)
- *A* analysers/analyser_merge_power_pole_FR_spec_enedis.py
<https://github.com/osm-fr/osmose-backend/pull/2435/files#diff-19b53ed5bbc85b3b725b5ce0823f0fb986ccc68de0274a31ad0e22ed82707542>
(54)
Patch Links:
- https://github.com/osm-fr/osmose-backend/pull/2435.patch
- https://github.com/osm-fr/osmose-backend/pull/2435.diff
—
Reply to this email directly, view it on GitHub
<#2435>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANT5DUQMP52E7JLLJHBGUT2MQRYBAVCNFSM6AAAAABV32RPNOVHI2DSMVQWIX3LMV43ASLTON2WKOZSHAYTCMRTGQ4TMMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I'm am publishing this file out of the original one, with a select (...) limit 300000; The sample won't change until I publish a new extract. |
Wouldn't this lead to the user thinking this is a never-ending challenge? "Finally done" "oh wait, there's a new 300000 coming up after another Osmose run". Just my thought, but for me this would probably feel identical to a challenge that has all 1.5M at once, where you can actually see the number go down with time. Are those 300000 randomly distributed over the full area or could it be that they're all within the same geological area? E.g. some villages have all, some have none? Or per power line (such that they're not missing half the poles within one line and the other half the next time)? |
"Everyone" is fine with approx 12 millions poles to be found in France. Even utility operator only know 5 millions of them yet. So it's sure for now the counter won't go down. I'm not able to make a clever filter, per power line or per geographical area, so at least natural sort make points raise from south to north. Finally the analyzer will cover the full Metropolitan France area, once most of the poles will have been found. |
It is proposed to add a new analyser to merge Enedis open data regarding distribution power poles in France.
As original dataset contains more than 1.5M of suitable features, a manual preprocess is done to restrict to first 300k rows for now. Thus it will generate less than 300k warnings.
Dataset will be regularly updated with new features as the amount of osmose warnings get lower (would be automated with #2035)
Covered area:
This analyser is planed to be updated later with poles material once available in Enedis dataset at the end of the year.