A Goe_coder to locate the coordinates of addresses from Myanmar
Project description
Title
Myanmar Address Geo Coder
Description
This project addresses the lack of a standardized module for Myanmar addresses and aims to make it easier for developers to retrieve the geographic coordinates of locations across Myanmar. It first searches the MIMU database to find the most precise match at the village or ward level. If a match is not found, it progressively falls back to the township, district, or region levels to provide the nearest available coordinates. If the address cannot be found in the MIMU database, the system then uses Nominatim (based on OpenStreetMap) as a fallback to retrieve the geolocation data.
Tasks
- Searching the Mimu database: Parse the given address into components (state, district, township, ward, village) and query the MIMU database for a match.
- Fallback to nearest available level: If still not found, return the latitude and longitude of the nearest available administrative level (township, district, or region).
- Fallback to Nominatim: If no match is found in MIMU, attempt to search using Nominatim.
- Return geolocation data: Provide the best available latitude and longitude based on the search hierarchy.
Installation
Install from PyPI:
pip install mm_geo_coder
Usage
from mm_geo_coder import MMGeoCoder
geo_coder = MMGeoCoder(address)
location = geo_coder.get_geolocation()
print(location)
Credits and Licensing
- Project Lead: Myo Thida
- Institution/Affiliation: MMDT
- Data Source: Myanmar Information Management Unit (MIMU), veresion 9.6 resleased in Feb 2025
This project and its outputs are released under the MIT License.
You are free to use, modify, and distribute the code and dataset with proper attribution.
© 2025 Myo Thida. All rights reserved.
If you use this project in your work, please cite or link back to this repository and the parent project:
"From Words to Coordinates: Mapping Myanmar's Unstructured Addresses to Coordinates."
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
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 mm_geo_coder-0.1.2.tar.gz.
File metadata
- Download URL: mm_geo_coder-0.1.2.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ddd50622a80a182879c76640e494abab1c13a11e04a33b7860427ef0deee9a20
|
|
| MD5 |
48a5addd13881a7a5275311d226e9b9c
|
|
| BLAKE2b-256 |
43c7dfbd00000b44c89f388cd61319b7a6d78bc2acf19388c3e2d24c0a24bd6b
|
File details
Details for the file mm_geo_coder-0.1.2-py3-none-any.whl.
File metadata
- Download URL: mm_geo_coder-0.1.2-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f257b1c299d46629ac91fa0ece057719915cb981c8c7048bcf1cb5ce66a2ed95
|
|
| MD5 |
765d22f3e265ea8f1accb9041cb0b16f
|
|
| BLAKE2b-256 |
399473e11dc076f76d3fcd3ed0019bbdaf8028ff541ba6d6830cc0e9f051751c
|