how to import buildings? #1576
Unanswered
foxneil0912
asked this question in
Q&A
Replies: 1 comment 2 replies
-
There is an example here how to import buildings: https://osm2pgsql.org/examples/buildings/ . You can then use PostGIS functions ( |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to convert addresses of buildings to point (longitude & latitude). How to create table with all addresses tags like addr:street, addr:housenumber and etc and to load data to this table?
I tried to use command
osm2pgsql central-fed-district-latest.osm.pbf -W -U postgres
and got tables without addr:street (planet_osm_lines, planet_osm_point, planet_osm_polygon, planet_osm_roads)Would be cool if someone would provide me lua script that creates one table with addresses and coordinates.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions