Mapbox data-team are working on realigning major highways in Japan, together with OSM Japan Community. This is a collective effort to improve the quality of OSM maps in Japan. For all of us who worked on Japan this is a very difficult task, because many roads are split into several parts with the same version, tags and direction.
To solve this problem I created a script to use in josm-scripting-plugin,that allows us to combine highways which are:
- Highways with version =1
- Highways which use tags (motorway,trunk,primary,secondary,tertiary)
- Highways with the same direction
- Highways with the same tags
- Highways which are not part of a relation
- Highways intersections with an angle of > 150 && < 210 degrees
You can find the script and documentation here.
If you have the chance, feel free to modify the script, add support for Residential roads or other roads, and for any type of roads
I would like to know from community if there is a official repository to add this kind of script to share with whole community. If it exist, let me know.
การอภิปราย
ความคิดเห็นจาก DaCor เมื่อ 8 ธันวาคม 2015 เมื่อเวลา 16:39 น.
I only ask because you don’t mention it, but does your script avoid merging where pieces belong to relations?
ความคิดเห็นจาก manings เมื่อ 9 ธันวาคม 2015 เมื่อเวลา 03:37 น.
@DaCor,
Yes.
ความคิดเห็นจาก Rub21 เมื่อ 9 ธันวาคม 2015 เมื่อเวลา 04:06 น.
Hi DaCor:
Highways which are not part of a relation
the scrpit not include the ways belong relations
ความคิดเห็นจาก PlaneMad เมื่อ 9 ธันวาคม 2015 เมื่อเวลา 04:30 น.
Thanks Rub21, this really saved a lot of time when cleaning up the Japan data.
ความคิดเห็นจาก nyampire เมื่อ 9 ธันวาคม 2015 เมื่อเวลา 05:28 น.
Thank you. Great plugin!