6 ms·
For comparison, in the Netherlands all postcode data is open data, including detailed building outlines as well as almost all other related information. See ht
by TechTechTech 2y ago
For comparison, in the Netherlands all postcode data is open data, including detailed building outlines as well as almost all other related information.
See https://app.pdok.nl/viewer https://app.pdok.nl/viewer for most datasets.
- Muromec 2y agoThis creates a very special Dutch thing —- my neighborhood had the roads on the map before the map itself was updated to show landmass instead of the body of water.
- anticensor 2y agoSame in Turkey, except the map data is subject to certain limitations.
- DonHopkins 2y agoI wonder if all the houses on disconnected long islands without roads in Vinkeveense Plassen have postal codes? It's hard to get a pizza delivered there. https://www.google.com/maps/@52.2307079,4.9365182,1869m/data=!3m1!1e3?hl=en&entry=ttu&g_ep=EgoyMDI0MDgyMC4xIKXMDSoASAFQAw%3D%3D https://www.google.com/maps/@52.2307079,4.9365182,1869m/data...
- jorams 2y agoIn the PDOK viewer linked above you can enable the "Adressen" layer[1] and it will show markers on everything that has an address. Everything that has an address has a postal code, which is listed in the details if you click the address. (There might be an exception with an address but no postal code somewhere, I'm not sure, but not here.) [1]: https://app.pdok.nl/viewer/#x=124175.54&y=471068.96&z=11.2907&background=BRT-A%20standaard&layers=4074b3c3-ca85-45ad-bc0d-b5fca8540z0b;adressen https://app.pdok.nl/viewer/#x=124175.54&y=471068.96&z=11.290...
- Muromec 2y agoThat area looks so weird on a map and so cool in person. I never kinda understood what is going on there except the whole having a lake and being the Netherlands.
- crote 2y agoThis also leads to some very interesting issues, as third parties who automatically ingest the data have a habit of just reading the docs and making the wrong assumptions about what it means in reality. One example I often encounter myself is Google Maps trying to geolocate my address (city, street name, house number), and then reverse-geolocate that into my postcode. Which sounds like it would work - until you realize that the postcode polygons can overlap. I live in a building where (roughly) each floor has its own postcode, so whenever I try to fill in my address on a website which uses Google's API, it'll "helpfully" auto-fill or "correct" my postcode from 1234AB to 1234AZ. It'll essentially pick a random postcode, because all of them share the same coordinates! That's Really Really Bad, because the postcode plus house number combination is supposed to uniquely identify a mailbox: it's only a matter of luck that the house numbers aren't reused in the set of postcodes used for my building. They could've just as well reused the numbers at the individual building entrances...