Skip to content
 
 

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Myanmar Geography JSON 🌏

This repository contains JSON files with detailed information about the regions, districts, and townships of Myanmar. The data includes postal codes, geographical coordinates (latitude and longitude) and names in both English and Burmese 🇲🇲.

Features

  • 🏷️ Postal Codes: Includes postal codes.
  • 📍 Geographical Coordinates: Provides latitude and longitude.
  • 🧩 Flexible Format: Easy-to-use JSON format.
  • 🌐 Multi-language Support: Names in both English and Burmese.

📚 Documentation

🚀 Download Files

Easily download all the JSON files with this command:

npx gitget https://github.com/kyawthura-gg/myanmar-geography-json/tree/main/data

Download each file individually:

🌍 Example JSON Formats

Here are some example data structures for regions, districts, townships, and combined geography data.

regions.json

{
  "id": 9,
  "regionCode": "MMR010",
  "regionNameEn": "Mandalay",
  "regionNameMm": "မန္တလေးတိုင်းဒေသကြီး"
}

districts.json

{
  "id": 39,
  "regionCode": "MMR010",
  "districtCode": "MMR010D002",
  "districtNameEn": "Pyinoolwin",
  "districtNameMm": "ပြင်ဦးလွင်ခရိုင်"
}

townships.json

{
  "id": 223,
  "regionCode": "MMR010",
  "districtCode": "MMR010D002",
  "townshipCode": "MMR010011701",
  "townshipNameEn": "Mogoke",
  "townshipNameMm": "မိုးကုတ်",
  "latitude": 22.92139,
  "longitude": 96.5054,
  "postalCode": "05090"
}

geography.json

{
 "id": 223,
  "regionCode": "MMR010",
  "regionNameEn": "Mandalay",
  "regionNameMm": "မန္တလေးတိုင်းဒေသကြီး",
  "districtCode": "MMR010D002",
  "districtNameEn": "Pyinoolwin",
  "districtNameMm": "ပြင်ဦးလွင်ခရိုင်",
  "townshipCode": "MMR010011701",
  "townshipNameEn": "Mogoke",
  "townshipNameMm": "မိုးကုတ်",
  "latitude": 22.92139,
  "longitude": 96.5054,
  "postalCode": "05090"
}

Credits

About

Myanmar Geography JSON provides detailed data on Myanmar’s regions, districts, and townships, including postal codes and coordinates, in an easy-to-use JSON format with English and Burmese support.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages