Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

Does anyone know of any good sources for US data (counties, congressional districts, etc) in GeoJSON format? Has anyone converted public-domain shapefiles/sources to GeoJSON that they would be willing to share?

Thanks

share|improve this question
If you acquire the datasets there's always the possibility to converted them yourself through ogr2ogr utility in the GDAL library or with QGIS (which uses the GDAL library). – Pedro Mendes Dec 29 '11 at 11:43
@PedroMendes Thanks for the suggestion. That is why I've been doing. I was just curious if there was a more comprehensive source for US data. – Casey Dec 29 '11 at 16:30

4 Answers

You might take a look at SimpleGeo’s CC0 Places data set, and this related question: Converting SimpleGeo Places GeoJSON file to shapefile?

or just searching the geojson tag may turn up some results for you.

share|improve this answer
January 12th, 2012: After SimpleGeo was acquired by Urban Airship in Oct 2011, Urban Aiship said “wind down the availability of the current versions of [SimpleGeo's] Places, Context, and Storage over the next few months.”...The target date for pulling the plug officially will be March 31, 2012. Link – RyanDalton Feb 7 at 18:43
up vote 2 down vote accepted

I found something closer to what I was looking for (US State and County boundaries) on github: https://github.com/johan/world.geo.json/tree/master/countries/USA

The features are very generalized/simplified, but they'll work for a national scale map. Country boundaries for the whole world are available in this repo too.

share|improve this answer

Try using Freebase API. For example the following article

http://www.freebase.com/view/en/orange_county

Available in JSON:

http://www.freebase.com/experimental/topic/standard/en/orange_county

share|improve this answer

After trying to find similar GeoJSON versions of US State and County boundaries, I finally decided to roll my own from the United States Census Cartographic Boundary Files, converting them to GeoJSON and KML formats using the MyGeoData vector converter.

I've made the results of this conversion available at: http://eric.clst.org/Stuff/USGeoJSON. Feel free to use these if they will help.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.