Biểu trưng OpenStreetMap OpenStreetMap

merger in effect

Do h4ck3rm1k3 đăng vào 12 tháng 10 năm 2009 bằng English.

Hi, after doing all types of fun things,
I finally got the motivation to work on the cleanup work for kosovo.

http://bazaar.launchpad.net/~kosova/+junk/openstreetmapkosova/revision/86

Script is easy to use
perl mergenames.pl todo2.osm > deletes3.osm

Just pipe an osm file in, and it produces a file for josm out.

you can then load that in an upload to osm..

Added the feature today to round the lat/long like this
that way it merges more nodes that are only marginally different.

## now we round the coords to merge them!
$long =sprintf ("%3.5f",(($node->{header}{lon} * 1000000) / 1000000));
$lat =sprintf ("%3.5f",(($node->{header}{lat} * 1000000) / 1000000));

Thanks,
mike

Biểu tượng thư điện tử Biểu tượng Bluesky Biểu tượng Facebook Biểu tượng LinkedIn Biểu tượng Mastodon Biểu tượng Telegram Biểu tượng X

Thảo luận

Bình luận của Jkos vào 13 tháng 10 năm 2009 lúc 08:29

Mike,
Thanks for all your continued work on the map. I mostly don't understand what you're doing, :) but the results are great and we're all grateful for your hard work.

Jeff

Bình luận của h4ck3rm1k3 vào 13 tháng 10 năm 2009 lúc 09:05

Hi,
well I will make a video message on it.
Basically I removed all the duplicate points.
Now I will update all the points with albanian names if missing.
mike

Đăng nhập để nhận xét