Offline reverse geocoder for Bangladesh Map
Project description
Reverse GeoCode BD
Installation
$ pip install reverse-geocode-bd
A Python library for offline reverse geocoding. Reverse Geocode BD takes a (latitude , longitude) coordinate and returns the Division, District, Upazila and Thana of any location in Bangladesh.
Package Available at : https://pypi.org/project/reverse-geocode-bd/
Uses Example
from reverse_geocode_bd import ReverseGeoBD
loc = ReverseGeoBD()
loc.find(25.7363, 89.2715)
Or
import reverse_geocode_bd
reverse_geocode_bd.search(25.7363, 89.2715)
Output
{'division': 'Rangpur',
'district': 'Rangpur',
'upazila': 'Rangpur Sadar',
'union': 'Paurashava'}
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file reverse-geocode-bd-1.0.7.tar.gz.
File metadata
- Download URL: reverse-geocode-bd-1.0.7.tar.gz
- Upload date:
- Size: 954.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b69517c949f177982a00d69258d5419cd0e31569e253d2be9e79cbb1ed4b7f6
|
|
| MD5 |
a87a847f171df7382a8046393fc8b7c6
|
|
| BLAKE2b-256 |
a006cc20b82a1fb18bae52deb98b3218cc4ae6d945e1d994b130f81b4bb92fbe
|
File details
Details for the file reverse_geocode_bd-1.0.7-py3-none-any.whl.
File metadata
- Download URL: reverse_geocode_bd-1.0.7-py3-none-any.whl
- Upload date:
- Size: 975.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da2f98e969c858bb885842acf7d0572ace388c9baaad1d7247ce16f7b79a40ae
|
|
| MD5 |
f0c8af0b5739d31f1d0ff144167e5b51
|
|
| BLAKE2b-256 |
f71f90ddb1f7e4c42ac682ffc808ba23145602af0f751a999b4a9690f58696d8
|