Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 490 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 490 Bytes

How to create list of municipalities and postcal code coordinates

  • Download post codes for your country from here
  • Extract it and move xx.txt file to this (locales) folder
  • Change the first variable in the geonames-converter.py script file with your country code (xx) in lower case
  • Run the script with: python3 geonames-converter.py
  • Commit two generated files. (xx-municipalities.json and xx-postalCodeCoordinates.json)