Skip to main content

A tool to look up UK postcode eastings, northings, and convert them to latitude and longitude.

Project description

Postcode Lookup Tool

This repository contains a simple Python package for looking up UK postcodes to obtain their easting/northing coordinates and corresponding latitude/longitude values. The package reads data from CSV files based on the postcode prefix and uses this data to perform lookups efficiently.

Features

  • Lookup eastings and northings for a given UK postcode.
  • Convert the easting and northing coordinates to latitude and longitude.
  • Efficient caching using functools.lru_cache to improve performance for repeated postcode prefix lookups.

Installation

You can install this package directly from PyPI using pip:

pip install uklookup

Usage

Command Line Usage

Once installed, you can use the package directly from the command line to look up the easting, northing, latitude, and longitude for a UK postcode:

python -m uklookup "SW1A 1AA"

Example output:

Postcode: SW1A 1AA
Easting: 530046, Northing: 179386
Latitude: 51.501009, Longitude: -0.141588

Programmatic Usage

You can also import the package and use it in your own Python scripts.

Example:

from uklookup import lookup_postcode_lat_long

postcode = "SW1A 1AA"
lat_long = lookup_postcode_lat_long(postcode)

if lat_long:
    lat, long = lat_long
    print(f"Latitude: {lat}, Longitude: {long}")
else:
    print("Postcode not found.")

Functions

lookup_postcode(postcode: str) -> Optional[Tuple[int, int]]

Looks up the easting and northing for a given UK postcode. Returns a tuple of integers (easting, northing) if found, or None if the postcode is not in the dataset.

lookup_postcode_lat_long(postcode: str) -> Optional[Tuple[float, float]]

Looks up the latitude and longitude for a given UK postcode. Returns a tuple of floats (latitude, longitude) if found, or None if the postcode is not in the dataset.

Dependencies

  • numpy
  • convertbng (for converting eastings/northings to latitudes/longitudes)

License

This project is licensed under the MIT License.

Acknowledgements

This project uses data from the Code-Point Open dataset provided by Ordnance Survey. The data is available under the Open Government Licence v3.0.

Other Projects

A much more comprehensive postcode lookup tool is available at postcodes.io. This project is a simple alternative for basic postcode lookups in an offline setting.

pgeocode looks like a much more advanced, multi-country, higher detail version of this tool. So if you are looking for a high power tool in offline setting check that out.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

uklookup-0.0.4.tar.gz (13.9 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

uklookup-0.0.4-py3-none-any.whl (13.9 MB view details)

Uploaded Python 3

File details

Details for the file uklookup-0.0.4.tar.gz.

File metadata

  • Download URL: uklookup-0.0.4.tar.gz
  • Upload date:
  • Size: 13.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for uklookup-0.0.4.tar.gz
Algorithm Hash digest
SHA256 c1dddc9af013a55e289a7456f6629c4ce9030704ed0fda984172241b149e582e
MD5 076d9c604661558d834a36f7c614de22
BLAKE2b-256 fb92c3d4f392ee97936a002567adbd28d76b1e3d80388f4dbda2395aaa967c2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for uklookup-0.0.4.tar.gz:

Publisher: python-publish.yml on hugohadfield/uklookup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file uklookup-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: uklookup-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 13.9 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for uklookup-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 910e615c004c33201ea3d3eac68b1b8e399c1f63e7d886ec0241369da67e0436
MD5 d5103f1fce4f8c9157747fbfa060c8d4
BLAKE2b-256 af74d36cedab89cd2300b2d470612651fa6573338eeaf5d3ea5eda0651edcfad

See more details on using hashes here.

Provenance

The following attestation bundles were made for uklookup-0.0.4-py3-none-any.whl:

Publisher: python-publish.yml on hugohadfield/uklookup

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page