cangir / german-cities

All cities of Germany in JSON format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cities count

Cities of Germany

This repository contains information about 2056 cities of Germany in JSON format and Python script which is used to keep this up to date.

JSON format is the following.

Field Description
name City name
state State
district District
population City population
coords Coordinates ('lat' - latitude, 'lon' - longtitude)
area City area (in sq. km)

Data in JSON file are sorted by city name alphabetically.

All data are taken from Wikipedia. The script uses parselab Python package from homonymous project for file caching and to abstract the complexities of network interaction.

This data is released for use under a Creative Commons license.

About

All cities of Germany in JSON format

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 100.0%