Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Find information associated with a UK postcode
ResourceFunction["UKPostcodeLookup"][postcode] returns information on the given UK postcode. | |
ResourceFunction["UKPostcodeLookup"][geoposition] returns information on the UK postcode nearest to geoposition. | |
ResourceFunction["UKPostcodeLookup"][{location1,location2,…}] returns information on all the given postcodes or geopositions. | |
ResourceFunction["UKPostcodeLookup"][postcode,property] returns only the given property for the given postcode. |
Look up a postcode:
In[1]:= |
Out[1]= |
Find a specific property of a given postcode:
In[2]:= |
Out[2]= |
In[3]:= |
Out[3]= |
You can look up information from the GeoPosition:
In[4]:= |
Out[4]= |
Providing a list of postcodes is faster than making separate requests:
In[5]:= |
Out[5]= |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License