Skip to content

South Korea administrative divisions in ESRI Shapefile, GeoJSON and TopoJSON formats.

Notifications You must be signed in to change notification settings

SeoulTech/southkorea-maps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

South Korea Maps

This repo hosts South Korea administrative division geodata in open formats that can be used to build static and interactive maps (e.g. with D3), and was inspired by swiss-maps.

Description

Formats

The following formats are available: shp, kml/kmz, svg, GeoJSON, TopoJSON, and RData.

Sources

Data is acquired from the following sources:

Levels

South Korean administrative divisions are consisted of three levels:

  • Provinces (시도): Special City(특별시), Metropolitan City(광역시), Province(도), Special Self-governing Province(특별자치도), Special Self-governing City(특별자치시)
  • Municipalities (시군구): Si (시, city), Gun (군, county), Gu (구, district)
  • Submunicipalities (읍면동): Eup (읍, town), Myeon (면, township), Dong (동, neighborhood), Ri (리, village)
  • Precinct: TBA

Data

The following data are available.
Numbers are data sizes in the following order: Country border, Provinces, Municipalities, Submunicipalities.

Format \ Source KOSTAT GADM POPONG
ESRI Shapefile 0, 9.7, 19.4, 47.6 5.5, 5.5, 5.8, 0 0
KML/KMZ 0, 23.7, 47.4, 116.9 1.5, 1.5, 1.7, 0 0
SVG 0, 0.3, 0.5, 1.5 0 0, 14KB, 0, 0
GeoJSON 0 15.2, 15.4, 16.1, 0 0
TopoJSON 0 1.5, 1.5, 1.6, 0 0
RData 0 1.0, 1.0, 1.2, 0 0

(Units in MBs if not noted.)

Development Notes

KOSTAT

Shapefile

  • Downloaded on March, 2013.
  • The CRS is set to WGS84.
  • Projection files were provided here.

KML

Created from shapefiles with ogr2ogr -f kml [filename].kml [filename].shp.

SVG

SVGs are generated with QGIS's SimpleSVG plugin.

GADM

Shapefile, KMZ, RData

To download data files, run:

make get_gadm

GeoJSON

Created from shapefiles with ogr2ogr -f geojson [filename]-geo.json [filename].shp.

TopoJSON

Created from GeoJSON files with topojson [filename]-geo.json -o [filename]-topo.json --properties.

Examples

Copyright and License

Contributors

Team POPONG, Justin Meyers

License

  • KOSTAT: Free to share or remix.
  • GADM: For non-commercial purposes only. Redistribution not allowed.
  • POPONG: Creative Commons License

About

South Korea administrative divisions in ESRI Shapefile, GeoJSON and TopoJSON formats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published