Giter Site home page Giter Site logo

seoul-maps's Introduction

Seoul Maps

This repo hosts Seoul administrative division geodata in open formats that can be used to build static and interactive maps (e.g. with D3).

To see maps for South Korea, go to https://github.com/southkorea/southkorea-maps

Description

Formats

The following formats are available: Shapefile, GeoJSON, and TopoJSON.

Sources

Data is acquired from the following sources:

Levels

Seoul administrative divisions are consisted of two levels:

Data

The following data are available.
Numbers are data sizes in Kilobytes in the following order: Municipalities, Submunicipalities, Neighborhoods.
Numbers in parentheses are simplified versions of each format.

Format \ Source KOSTAT (2013) JUSO (2015)
Shapefile 396, 1528, 0 604, 0, 2595
GeoJSON 772, 3000, 0
(44, 168, 0)
1597, 0, 6899
(188, 0, 526)
TopoJSON 112, 412, 0
(16, 96, 0)
288, 0, 877
(91, 0, 187)

Development Notes

  1. Download shapefiles from KOSTAT

  2. Convert shapefiles to GeoJSON and TopoJSON

    ogr2ogr -f geojson [geojson_file] [shapefile_file] topojson -p -o [topojson_file] -- [geojson_file]

  3. Simplify GeoJSON and TopoJSON using MapShaper

    • Municipalities: Visvalingam/weighted area, 5%
    • Submunicipalities: Visvalingam/weighted area, 1%

For details, see https://github.com/southkorea/southkorea-maps#kostat-2012

Examples

Copyright and License

Contributors

License

  • Apache v2.0

seoul-maps's People

Contributors

e9t avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.