開放街圖標誌 OpenStreetMap 開放街圖

(Semi) automating street name expansions

於 2017年二月19日 由 cowdogEnglish發表。

I’ve been working on a JOSM script to expand abbreviated street names. There are hundreds (if not thousands) in the Plainfield, IL area.

This is extremely tedious work without so form of automation. So far I have reviewed every name change and it’s been working awesome.

I wrote up instructions at the GitHub link above. Give it a try yourself or let me know if you find an area with a lot of abbreviated names.

位置: Plainfield, Plainfield Township, Will County, Illinois, United States
電子郵件圖示 藍天圖示 Facebook 圖示 LinkedIn 圖示 乳齒象圖示 Telegram 圖示 X 圖示

討論

Warin612017年02月20日 08時17分 發表的評論

Problems?

St at the end of the string is usually Street St can also be Saint … usually first in the string.

I think the first need to expand those things that are abbreviations at the end of the string. To me these are by far more common.

A full stop at the end of the string should simply be removed … that would then make all the abbreviation that ended with a full stop be found without including the full stop variation. Of course the remove of the full stop should only take place if an abbreviation is found.

Capitalization of the first letter also occurs in the abbreviations .. so these too need to be found and expand.

Carnildo2017年02月21日 22時07分 發表的評論

Which expansion of MT HIGHLAND DR would you recommend? Is it “Mount Highland Drive”, or “Montana Highland Drive”? Or just plain “Mt Highland”, as Google seems to think?

cowdog2017年02月22日 03時03分 發表的評論

@Carnildo, I would go with “Mount”. It makes sense, and it matched the Tiger 2015 data.

cowdog2017年02月22日 03時05分 發表的評論

@Warin61, Great suggestion. It always pays to check everything manually, but more sensible defaults don’t hurt. I’ll probably add this to the script whenever I get around to it.

Viajero Perdido2017年05月 3日 20時27分 發表的評論

Hi.

Please do not automate expansion of suffixes like “NW” to “North-west” without first verifying that the municipality actually uses the more verbose version (mine doesn’t, the official names are Blah Blah NW), and secondly, checking the wiki for local practice.

Calgary and Edmonton, for example.

Viajero Perdido2018年01月27日 18時34分 發表的評論

Undoing automated work (for reasons given directly above) is even MORE tedious than clicking a GO button on a script.

登入 來留下評論