TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

KML shapes of any US state, city, or county, made possible by the U.S. Census

84 pointsby 5vforestabout 13 years ago

9 comments

_deliriumabout 13 years ago
This is pretty cool; thanks!<p>My existing workflow for this kind of thing (but not down to city level) has been to start with Wikimedia Commons's SVG-ification of the county/state borders (<a href="http://commons.wikimedia.org/wiki/File:USA_Counties_with_FIPS_and_names.svg" rel="nofollow">http://commons.wikimedia.org/wiki/File:USA_Counties_with_FIP...</a>), and then apply appropriate transformations to the SVG file, like shading the counties (tutorial on that at <a href="http://flowingdata.com/2009/11/12/how-to-make-a-us-county-thematic-map-using-free-tools/" rel="nofollow">http://flowingdata.com/2009/11/12/how-to-make-a-us-county-th...</a>). I might continue to use that for quick-and-dirty uses, but proper shapefile data is more flexible, and the city outlines are a very nice addition.
评论 #3639820 未加载
Duffabout 13 years ago
This is why we need to continue to advocate for open government and open access to data.<p>Weather companies like Accuweather were annoyed by the National Weather Service releasing weather data in KML form -- they saw it as a threat to their lucrative business of selling public domain weather data. Sen. Rick Sanatorum tried to come to the rescue with a bill that would limit their ability to release that data.
评论 #3640065 未加载
cageyjamesabout 13 years ago
That should appeal the the crowd here, but we've got the data up on our service that can be exported to many other formats, including KML.<p><a href="http://market.weogeo.com/?query=census&#38;lat=37.20852&#38;lon=-97.69416&#38;zoom=3&#38;layers=BT" rel="nofollow">http://market.weogeo.com/?query=census&#38;lat=37.20852&#38;...</a><p>It is always good though to see governments try and make using their data easier. Quite a shift...
评论 #3639800 未加载
评论 #3639745 未加载
ck2about 13 years ago
Are zipcode shapes available anywhere?<p>(I noticed google maps now knows zip code shapes)
评论 #3640142 未加载
philipashlockabout 13 years ago
I have a basic app that does this using GeoServer, it's pretty simple and all open source. See <a href="http://beta.democracymap.org" rel="nofollow">http://beta.democracymap.org</a>
评论 #3640134 未加载
malandrewabout 13 years ago
I know this comes from US Government data, but do you have any plans to add neighborhood KML shapes for major cities?
tmcwabout 13 years ago
KML, them HTML3 of geospatial formats.
DiabloD3about 13 years ago
Doesn't D3, the very awesome data graphing toolkit for JS, already use Census data for its map stuff?
评论 #3641134 未加载
justinphabout 13 years ago
This looks very handy for adding details to the upcoming election results. Thanks!