Coder Social home page Coder Social logo

geojson-world-cities's Introduction

geojson-world-cities

This repo provides a geojson file for city boundaries around the world. Free to use for any project.

Dataset as visualized with folium

About the dataset

  • The data is sourced from http://www.vdstech.com/world-data.aspx and converted with http://ogre.adc4gis.com/.
  • There are 37,372 cities with defined Polygon boundaries with the precision of 5 decimal points (about 1 meter), although accuracy of the data (how well the polygons define the real-world city boundaries) varies greately.
  • Each polygon is only identifiable by city NAME, from no particular standard. There are many cities with the same name. (eg there are 11 SPRINGFIELDs and 2 MOSCOWs), either due to duplication or because they are located in different counties/states.
  • Cities with NAME = null were removed by @ilyankou.

Example feature

{
  "type": "Feature",
  "properties": {
    "NAME": "LETKI"
    },
  "geometry": {
    "type": "Polygon",
    "coordinates": [
      [
        [ 44.55894, 54.30577 ],
        [ 44.55198, 54.30724 ],
        [ 44.5507,  54.31366 ],
        [ 44.54092, 54.32204 ],
        [ 44.54182, 54.32476 ],
        [ 44.54499, 54.32563 ],
        [ 44.56358, 54.32214 ],
        [ 44.5689,  54.31886 ],
        [ 44.55894, 54.30577 ]
      ]
    ] 
  } 
}

License

Apache-2.0. Free to use for any project.

geojson-world-cities's People

Contributors

drei01 avatar ilyankou 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.