Import of addresses for San Francisco, CA

Greetings!

I’ve been recently thinking about importing addresses for San Francisco, CA.
It looks like there has been interest in this kind of import (the page devoted to it was created in 2010, https://wiki.openstreetmap.org/wiki/San_Francisco_Address_Import).

So, please, consider this post as my “community buy-in”: does anyone have any objections related to this possible import?
By now I’ve obtained a permit from the data owner (https://data.sfgov.org/Geographic-Locations-and-Boundaries/Addresses-Enterprise-Addressing-System/3mea-di5p) and almost finished writing my code for matching buildings to address points.

If there are no objections, I’ll go on with organizing all documentation and sharing the code/resulting osm-files for review by OSM community.

Looking forward to receiving your feedback!

p.s. I have some experience in importing addresses (e.g., see https://wiki.openstreetmap.org/wiki/Import/Catalogue/MassGIS_Addresses))

Hi Yury,

I think you’ll find that there aren’t many OSM community members from the US on the Forum. I’d recommend posting to the talk-us mailing list or joining the OSM US Slack (https://slack.openstreetmap.us).

-Ian

Thanks, Ian!
I’ll re-post it both to the slack channel and us-talk.

Greetings!

Please, find a link to an archive with my code, inputs and resulting “open_in_JOSM_and_upload.osm”-file below:
https://drive.google.com/file/d/14ECmeyQN8HMrITfcsa3Nw3BfAv8Fi687/view?usp=sharing

Despite the name of the resulting file – “open_in_JOSM_and_upload.osm” – this file has attribute [upload=‘never’] which should prevent accidental upload of it. But, just in case, let me make it explicit: THE FILE “open_in_JOSM_and_upload.osm” IS PRODUCED ONLY FOR REVIEW BY OSM COMMUNITY, IT MAY CONTAIN SERIOUS ERRORS, PLEASE, DO NOT UPLOAD IT!

The archive also includes a README .pdf-file that describes in simple language my approach to matching address points with OSM buildings.

The script file, “import_sf_addresses.py”, should run in a standalone mode (like “python3 import_sf_addresses.py”) if you have all required libraries installed, but I ran it step-by-step.

Should you have any questions, I’d be happy to reply.
Looking forward to receiving your feedback!

With kind regards,