https://github.com/arnoudbuzing/postcode
Binding to the postcodes.io api, which provides postcode -> geolocation lookups
https://github.com/arnoudbuzing/postcode
postcode wolfram-language
Last synced: 8 months ago
JSON representation
Binding to the postcodes.io api, which provides postcode -> geolocation lookups
- Host: GitHub
- URL: https://github.com/arnoudbuzing/postcode
- Owner: arnoudbuzing
- Created: 2017-04-26T14:38:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T17:20:59.000Z (over 8 years ago)
- Last Synced: 2025-03-28T18:17:51.132Z (10 months ago)
- Topics: postcode, wolfram-language
- Language: Mathematica
- Size: 455 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# postcode
Binding to the postcodes.io api, which provides postcode -> geolocation lookups
For installation instructions, open the install.nb notebook
For usage examples, open the usage.nb notebook
Code examples:
~~~~
postcodes["OX49 5NU"]
postcodes[{"OX49 5NU", "M32 0JG", "NE30 1DP"}]
postcodes[ GeoPosition[{51.45, -2.58333}] ]
postcodes[ {GeoPosition[{51.45, -2.58333}], GeoPosition[{51.45, -2.58333}]} ]
postcodes["Random"]
postcodes["OX49 5NU", "Validate"]
postcodes["OX49 5NU", "Nearest"]
postcodes["OX49 5", "Autocomplete"]
postcodes["OX49 5NU", "Query"]
outcodes["OX49"]
outcodes["OX49", "Nearest"]
outcodes[ GeoPosition[{51.45, -2.58333}] ]
~~~~