Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saturngod/mmlocation
Get Myanmar location information from the geojson. Geojson data is from https://themimu.info/
https://github.com/saturngod/mmlocation
Last synced: 26 days ago
JSON representation
Get Myanmar location information from the geojson. Geojson data is from https://themimu.info/
- Host: GitHub
- URL: https://github.com/saturngod/mmlocation
- Owner: saturngod
- Created: 2023-05-03T16:21:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-03T16:27:33.000Z (over 1 year ago)
- Last Synced: 2024-10-15T02:10:52.185Z (2 months ago)
- Language: Python
- Size: 3.02 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Package
```sh
pip install geojson
pip install shapely
```# Change Location
```py
# Lng, Lat
location = (97.0450431,21.5079406)
```# Response
```
{'OBJECTID': 159, 'ST': 'Shan (South)', 'ST_PCODE': 'MMR014', 'DT': 'Taunggyi', 'DT_PCODE': 'MMR014D001', 'TS': 'Lawksawk', 'TS_PCODE': 'MMR014008', 'SELF_ADMIN': '', 'ST_RG': 'State', 'TS_MMR4': 'ရပ်စောက်', 'PCode_V': 9.3}
```