this post was submitted on 23 Jun 2023
0 points (NaN% liked)

OpenStreetMap community

4162 readers
2 users here now

Everything #OpenStreetMap related is welcome: software releases, showing of your work, questions about how to tag something, as long as it has to do with OpenStreetMap or OpenStreetMap-related software.

OpenStreetMap is a map of the world, created by people like you and free to use under an open license.

Join OpenStreetMap and start mapping: https://www.openstreetmap.org.

There are many communication channels about OSM, many organized around a certain country or region. Discover them on https://openstreetmap.community

https://mapcomplete.org is an easy-to-use website to view, edit and add points (such as shops, restaurants and others)

https://learnosm.org/en/ has a lot of information for beginners too.

founded 4 years ago
MODERATORS
 

Hey guys, I know this question is probably answered somewhere on the internet but I just can't seem to find it.

In OSM, I have an address, and on that block of land I have many separate small houses, each with the same house number, but different unit/flat numbers. I could assign housenumber 123 to each but from what I understand, duplicating information is bad.

Is it a good idea to instead omit this information from each house, and draw an area around the entire block with addr tags on that specifying housenumber, suburb, street etc. and each actual house only has unit number and building type?

Thanks guys

top 4 comments
sorted by: hot top controversial new old
[–] Krzyzwen@feddit.de 0 points 1 year ago* (last edited 1 year ago)

I would indeed add addr:housenumber= to each unit, there is also addr:unit= which I would prefer over constructions like "addr:housnumber=123/4". Drawing a polygon around the lot for the housenumber sounds usable, for which I would use the residential that should already be there but, preferred method for that (afaik) is a singular address node.

There is probably a section in the wiki that describes, or at least proposes, a setup for precisely this use case.

addend: Another adjacent tag to addr:unit= would be ref=, though with buildings this also is often applied to buildings that already have differend housenumbers.

[–] pietervdvn@lemmy.ml 0 points 1 year ago* (last edited 1 year ago) (1 children)

Hi,

Addresses can be really complicated. The full guide is on the wiki: https://wiki.openstreetmap.org/wiki/Addresses

Personally, I would open up JOSM, select all the buildings and slap addr:street and addr:housenumber=123on them. However, I would add addr:unit=XYZ on every one of them (as @Krzyzwen@feddit.de pointed out as well).

Next question: does every single house have their own letterbox? Or is there one location where all the letterboxes are located? Add a https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dletter_box with addr:street and addr:housenumber as well!

I don't think that adding an address to the plot of land is very useful (but a name of the project/area might be nice as well). Have a look at https://wiki.openstreetmap.org/wiki/Key:place for this, place=plot or place=city_block might be appropriate depending on the situation.

[–] beppi@sh.itjust.works 0 points 1 year ago (1 children)

Sorry another question, in a case where I'm just going by imagery and city council address number things, all Ill know is that all of those houses are units 1-8 or whatever, but now which is which... how would you do this?

[–] Krzyzwen@feddit.de 0 points 1 year ago* (last edited 1 year ago)

addr:street and addr:housenumber to every object that reasonably has a unit number (so no sheds) for starters. There are a few possible configurations where you could reasonably interpolate unit numbers - eg. situated in a line, or side by side around a turning point - as long as you definitely know at least two. I don't think anyone would hunt you down for interpolating precise numbers in reasonable to obvious cases, but if you want to be sure, there is addr:interpolation (see also https://wiki.openstreetmap.org/wiki/Key:addr:*#Tags_for_interpolation_ways)

If you really have no clue, or reason to believe that the numbering are not regular, I'd leave a note on the site - or add a fixme tag - or both.