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

I would like to obtain the total area of road and streets in a map area (forgive the repetition, but I thought maybe map region is not that specific). My intention is to calculate the density of pedestrians and vehicles in the areas they can use.

asked 07 Mar '16, 15:58

Fa__'s gravatar image

Fa__
16446
accept rate: 0%


In most cases no, because the width of most roads isn't stored in OSM.

There have been attempts to store highway areas (most successfully via an "area:highway" tag), and some roads have a "width" tag, so you could maybe do something with them.

Maybe you could estimate "if it's a secondary road it'll be X meters wide" externally to OSM and use that in your calculations?

permanent link

answered 07 Mar '16, 16:02

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866
accept rate: 16%

How should I use that estimation? Is it possible to obtain the total length of every kind of road separately and calculate the area using a estimated width for every one of them?

(07 Mar '16, 16:35) Fa__

An option is to download a dataset of roads and load them into a GIS software like QGIS. The length calculation is straightforward. You could even create polygons by buffering the lines. And it is possible to use a data attribute for buffering.

(11 Mar '16, 06:30) joost schouppe

In order to get the complete way length of all ways in an OSM file, do a search on this FAQ site for "length".

Maybe with the result you can calculate or estimate the covered area.

permanent link

answered 07 Mar '16, 16:43

stephan75's gravatar image

stephan75
12.6k556210
accept rate: 6%

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:

×213
×202
×9

question asked: 07 Mar '16, 15:58

question was seen: 4,124 times

last updated: 11 Mar '16, 06:30

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