This repo hosts South Korea postal codes and related data.
data/postal_codes_and_addresses.csv
: list of postal codes with addresses (in submunicipal level)data/postal_codes_and_latlngs.csv
: list of postal codes with their geographic coordinates (in submunicipal level)
data/postal_codes_and_addresses.csv
: Korean Data Hub- Geocoding: Daum Local API
To regenerate postal_codes_and_latlngs.csv
, follow:
vi settings.py # put Daum API key
python run.py data/postal_codes_and_addresses.csv > data/postal_codes_and_latlngs.csv 2> error.log
Caution: Daum API permits only 30,000 API calls per day, per key. You may need to use a couple of keys to get the full list.
(한국어)