-
Notifications
You must be signed in to change notification settings - Fork 122
False positive for "Connection between different voltages" #2494
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
Comments
cc @flacombe |
That's a good point, thank you @wolfy1339 I add this one to the to do list of improvements already set for this analyser. By the way, and despite it has no sense from electrotechnical perspective, we use to map single phase lines with the same voltage as the poly phase ones, particularly when they are supported by mono poles. |
Your example isn't the same situation. Mine is actually a single phase like that branches off, not simply that the 3 phases split onto different poles and rejoin afterwards. |
It's true we shouldn't compare a phase split and a branch, on the exact point they occur. However, they both lead to the same situation of a power=line with cables=1, on which we have different practices about the voltage expression. Hopefully, we can do math to infer the correct value. I'll set it in the next PR about this analysis. |
Hello I'm currently working on this issue and I manage to properly compare voltages depending on cables=*. It will still drop a warning as voltages aren't exactly the same. I think I miss an implicit rounding in this computation. |
These seem to be the voltages in the specifications for Hydro-Quebec 1
|
Yes, 14400 works for 3-phase voltage 24941, but main line is tagged with voltage=25000, not 24941. |
25 / sqrt(3) rounds to 14.4. |
Whenever a single phase line connects to a 3 phase line, osmose complains about a connection between different voltages without a transformer.
Ex: node 11927030446 where a single phase line (14.4kV) branches off of a 3 phase (25kV) line
https://osmose.openstreetmap.fr/en/issue/4408c4ad-0518-233d-4bca-795f3dbf383b
Item 7040 Class 3
The text was updated successfully, but these errors were encountered: