Postal codes of Wallonia: help to add them!

Hi all,

Recently, I got the challenge to get all postal codes in Belgium. Turns out that there is no open dataset available to do this (yet).

OpenStreetMap already got me a long way (hooray!) but Wallonia is still a bit… lacking and has big holes. Time to fix this!

(Of course, I also setup a MapComplete theme with the postal codes)

So, after some talk on Matrix, I downloaded an Open Address dataset (with postal codes) of Wallonia. A few scripts later, I had a geojson of addresses for every postal code, which I then could run through a convex hull algorithm, getting the boundaries of each postal code with an open license…

The last step is to get these outlines integrated into OSM. While it is quite fun to map, adding a few hundred of them is a bit too much work, which is why I’m asking you all for some help. If you have experience with JOSM and have spare time, please, pick out a few postal code boundaries and add them.

How to add a postal code boundary

  1. Grab the dataset over here
  2. Load the data into JOSM
  3. Download the OSM-boundary data of the relevant area (e.g. with the ‘query overpass’-mode in the download field)
  4. Create a multipolygon-relation, reusing already existing border lines of create a new line alltogether. It is discouraged to use the actual geometry, as they can be jittery and jump from address point to address point. The tagging for a postal code boundary relation is: type=boundary; boundary=postal_code; postal_code=*. Alternatively, if a postal code aligns 100% with an administrative boundary, one can also add postal_code=* on it.
  5. Upload the data
  6. ???
  7. Profit!

addr:postcode or addr:postalcode are incorrect for this purpose - there are still a few boundaries of those out there, but I’m gradually cleaning them up.

Kind regards,
Pieter

Seems like the link dissappeared: https://github.com/pietervdvn/pietervdvn.github.io/blob/master/missing_postal_code_boundaries.geojson

@Pieter_Vander_Vennet is this convex hull dataset still recent?
I’ve been checking the postal codes on Overpass and I noticed indeed some missing areas in Wallonia.
What’s the best way to tag these missing areas?

The main problem I have is that there are huge gaps between the areas. So how do you know where the boundaries really are

No, it was created in december 2021.

If there is a gap, it means the postal services don’t have registered addresses there.

A more recent similar analysis, as well as some tips for mapping, are available here: WikiProject Belgium/Boundaries/postal codes - OpenStreetMap Wiki

Just letting you all know that the data is published by the ucw under CC0 on the ODWB portal: Communes de Wallonie — ODWB

Those look like municipalities to me, not postal code zones

Right, I forget that municipalities don’t match postal codes. Nevermind me.