You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this very complex issue. There are two possible sources for the postcode:
postal_code tag on highway elements
postcode boundaries. These relations are rare outside of germany
So I thing the postal_code tag of the highway elements are the best solution for the solution.
To get the centered lat/lon I need to split the roads into groups, e.g. by postcodes as suggested. Because there are roads with same names within big cities. If there no postal_code on some segments of the roads it causes that the road will be listed twice: with and without postcode, also if the road is the same logical. The other problem is if the equal named roads without postal_code in 2 different suburbs will be combined, so it generate a wrong lat/lon if I use the center.
I'll try to find a solution for this problem. This is the reason why I don't implement this at this time.
If I have some time I will try to implement a solution without solve the last described problem to generate a new script which generates a new city_postcode_roads.csv
Is this possible? And thank you for the scripts!!
The text was updated successfully, but these errors were encountered: