A Address Finder
Project description
subfinder
A simple Python library for offline reverse geocoding to find Suburb, City and State in Australia.
Author
Mian Chen & Kuizong Wu
Installation
For first time installation,
pip install subfinder-vvvin
Or upgrade an existing installation using,
pip install --upgrade subfinder-vvvin
Package can be found on PyPI.
Dependencies
- reverse_geocoder
Usage
-
Import the subfinder in the python file to be used
import subfinder
-
Initialize a subfinder class object and call the GetPlace() function
a = subfinder.subfinder() address = s.GetPlace(-37.96944, 145.04806)
-
Received parameters and return values
- GetPlace(float(latitute), float(longtitute)): Pass in the latitute and longtitude parameters, of type float
- Return: The return value will be a variable of dictionary type, containing three keys
- "suburb"
- "state"
- "city"
Performance
200000 queries in 17s
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
subfinder-vvvin-1.1.3.tar.gz
(1.3 MB
view details)
File details
Details for the file subfinder-vvvin-1.1.3.tar.gz.
File metadata
- Download URL: subfinder-vvvin-1.1.3.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.27.1 setuptools/62.1.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e377e14e3a44b06b283adbe923e6f7ca141a2e95f9da616f02d1fb1aa94ec99
|
|
| MD5 |
cdfd953e259ef0a1936f3edf2b30f7d9
|
|
| BLAKE2b-256 |
5e4664c871fd4baeb25ad08c833649ac0cd15fd6f360f9400d0fbc5054f8fccc
|