Postcode Map Mapping

Hi
Can UK or French postal codes be used to map points?
Thanks

I’d assume there are plenty of services available that map zip codes to lat long coordinates. Most likely you’ll be able to query them vie REST or crawl those pages with Webpage Retriever. Afterwards you can use those coordinates in OSM or other visualization nodes.

2 Likes

I’m not sure whether I understand your problem behind this question.
What ist the starting point for you?
Do you have a list of zip codes and you want to display them on a map?

Then there are two steps required:

  1. Translate zip code to lat/lon
    For that purpose you will need a service outside of knime which can do that. Nomatin Nominatim - OpenStreetMap Wiki / https://nominatim.org/ using OSM data (https://www.openstreetmap.org) might help.

https://nominatim.openstreetmap.org/search/q?postalcode=13006&format=json

That returns the location of Marseille and some more cities in other countries with the zip code 13006

  1. Display lat/lon on a map
    For that there exists an OSM node OSM Map View OSM Map View — NodePit which will help you to do that job
3 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.