0

I'm updating addresses to a houses on a street. I would like to know if it is possible to do address interpolation on the house buildings. If not, I'd like to know a fast way to do this.

asked 13 May, 09:32

TheAdventurer64's gravatar image

TheAdventurer64
31118
accept rate: 0%


3 Answers:
3

I don't know about interpolation but I find the JOSM plugin HouseNumberTaggingTool very helpful when tagging multiple addresses.
Select a house, press k, fill in the address details, click Ok. Select the next house, press k again and it automatically takes the previous address information and increments the house number.

permanent link

answered 13 May, 09:41

TZorn's gravatar image

TZorn
5.6k227111
accept rate: 14%

1

Thank you!

(13 May, 19:36) TheAdventurer64
1

Hi TheAdventurer64, you can encode address interpolations into the OSM database using the following technique:

  • Create a node for the lowest-numbered address, tagged with addr:street and addr:housenumber. (Other addr:* tags can be added too.)
  • Create a similar node for the highest-numbered address
  • Draw a linear way from the low-numbered address node to the high-numbered address node, and add a addr:interpolation tag to that way, with an appropriate value.

The most common values for addr:interpolation are "even", (meaning all even-numbered addresses that fall between the low number and high number will be found along this way), "odd", (meaning all odd-numbered addresses that fall between the low and high number will be found along this way) and "all" (meaning all addresses between the low and high number will be found along this way, for roads that don't put the even numbers on one side and the odd numbers on another or if you don't know what side the houses are on).

Here's an example:

You can read more about this on the wiki: https://wiki.openstreetmap.org/wiki/Addresses#Using_interpolation.

Generally this technique is used for preliminary mapping. Once more precise locations for each address can be mapped, the addr:interpolation way can be deleted from the database.

permanent link

answered 13 May, 13:29

jmapb's gravatar image

jmapb
2.2k72443
accept rate: 20%

edited 13 May, 13:41

0
permanent link

answered 13 May, 14:27

jfd553's gravatar image

jfd553
23491220
accept rate: 0%

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:

×62
×20
×15
×9

question asked: 13 May, 09:32

question was seen: 138 times

last updated: 13 May, 19:36

powered by OSQA