Skip to main content

Simple plus code to lat/long decoder written for White Flag Project

Project description

pluscodepy

Simple plus code to lat/long decoder written for White Flag Project.

Quickstart

  1. pip install pluscodepy
  2. list_of_places = [{'name': 'Some place string', 'latitude': 1.921313, 'longitude': 207.124523}, ...]
  3. converter = pluscodepy.Converter(filestream)
  4. latitude, longitude = converter.decode('GM83+2X Skudai, Johor')

Install

pip install pluscodepy

Usage

Parameters

__init__(index: list[dict])

index: list[dict] List of dictionaries with a name field for the place string, a longitude field, and a latitude field.

decode(pluscode: str)

pluscode: str Plus code to be decoded.

Return

Union[(float, float), False] Returns a float of tuples representing latitude and longitude OR returns false if the pluscode cannot be decoded.

getCities()

Return

list[dict] List of dictionaries with a name field for the place string, a longitude field, and a latitude field.

How it works

The converter makes use of the Google Open Location Code library to decode and works with both full code and short code. The converter will try to work offline whenever possible.

If the input is a full code, it will just decode without any preprocessing. If a place string is detected in the code, it'll first check for the place's lat/long in the index file, and convert that to the 4 digit prefix. If the place is not yet indexed, it'll search on the Nominatim OSM API and index valid result's lat/long into the index file for future use. And then the lat/long values are returned as a tuple (latitude, longitude).

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

pluscodepy-0.0.11.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

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

pluscodepy-0.0.11-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file pluscodepy-0.0.11.tar.gz.

File metadata

  • Download URL: pluscodepy-0.0.11.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.2

File hashes

Hashes for pluscodepy-0.0.11.tar.gz
Algorithm Hash digest
SHA256 ae2fe7c9afadb9566f3729b107c9284924bdceeb8bf3d53813f95dc1b280183e
MD5 89c0183c2505c8d886fee1067fc85aec
BLAKE2b-256 9884692dad88bb54c38a40303e0bcb50f8857284229a7cf7f8469bae64cbc029

See more details on using hashes here.

File details

Details for the file pluscodepy-0.0.11-py3-none-any.whl.

File metadata

  • Download URL: pluscodepy-0.0.11-py3-none-any.whl
  • Upload date:
  • Size: 4.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.2

File hashes

Hashes for pluscodepy-0.0.11-py3-none-any.whl
Algorithm Hash digest
SHA256 eaf8957f2e96dad9660bda6c9640eb93eef9a640b466a6b82a577f71743a623c
MD5 643212dd3835c57c154e016372a0cad3
BLAKE2b-256 3c1b9981bffebbe34ebf95b476a4435641e8df5f57a249d5216ef4b9a08bfd94

See more details on using hashes here.

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