Coder Social home page Coder Social logo

state-county-city's Introduction

State-County-City

This repo contains state-county-city data for the U.S. as well as the python script used to scrape the data from Wikipedia. Currently, the script can scrape data for every U.S. state except: Delaware, Hawaii, Oregon and Virginia.

Obtaining the data

If you just want the JSON file with all of the data click here.

Otherwise, if you'd like to export the data in some other way, you can use the functions in the included python script to download and export the data however you want. The two functions you'll want to use are getDict() and getDictForState(state) which scrape the data for all states and the given state respectively.

Format

The data is currently only available as JSON. The root object contains keys for each state, whose value is another object whose keys are the states counties and values are the counties cities.

Example:

{
	...,
	"California": {
		...,
		"Los Angeles": [
			...,
			"Artesia",
			"Azusa",
			...,
		],
		...,
		"San Bernardino": [
			...,
			"Chino",
			"Fontana",
			...,
		},
		...,
	},
	...,
	"Wisconsin": {
		...,
		"Buffalo": [
			"Buffalo City",
			"Mondovi",
		},
		...,
	},
}

Contributing

Pull requests are welcome! There are a few states that need some love and attention: Delaware, Hawaii, Oregon and Virgina. Also, this currently is missing a lot of smaller towns and villages for several states.

state-county-city's People

Contributors

raphaelreyna avatar

Watchers

James Cloos avatar  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.