NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Hi, This may be a basic task, but I'm unfamiliar with OSM. I would like to export 2D building footprints from OSM so I can eventually convert them to 3D in GRASS. But I'm not seeing any footprints?

asked 14 Jul '13, 15:31

Pilbeam's gravatar image

Pilbeam
11113
accept rate: 0%

You could draw them yourself. The Bing images need to be good enough in the area in question though. The wiki will give you some help on how to do it. sorry I have not tried to export building footprints so can't help on that.

(14 Jul '13, 17:35) andy mackey

You cannot export what is not in the OSM database! So, if you can't see the building outlines in your area of interest, no one drew them yet. As said by "andy mackey" in one of the comments, you could draw them yourself. I did this for some neighbourhoods in São Paulo, Brazil and São Bernardo do Campo, Brazil, and I can say it is very, very tedious to do. Please see also Simple 3D Buildings

After the buildings are on the map you could extract the area of interest, filtering by the building=* tag, for example, using osmfilter, and then do other steps as neeeded.

Another way would be importing the complete extract of the area of interest into a PostGIS database and then filtering (via SQL query) by the desired tags. This approach has the advantage of returning geometry objects that (maybe) other software can use directly.

Please note that very few buildings have info on height, ceiling type, etc., complicating things even more.

permanent link

answered 15 Jul '13, 01:05

MCPicoli's gravatar image

MCPicoli
2.2k133047
accept rate: 24%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×75
×2
×1

question asked: 14 Jul '13, 15:31

question was seen: 5,690 times

last updated: 15 Jul '13, 01:05

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum