Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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}
```