-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
License for USA states and counties GeoJSON tiles #110
Comments
Hmm, that is a good question. I hope @migurski answers it. |
@jasondavies Did you ever find an answer to this? I'm beginning the process of converting shapefiles now, and would love a shortcut. |
I didn't get an answer about the licensing question, so I ended up generating my own GeoJSON using various shapefiles (using ogr2ogr). If you need tiling I'd recommend Tilestache. For simplification, you can use something like MapShaper. |
Thanks, Jason! I ended up using ogr2ogr as well — worked like a charm, after the horrific install process. In any case, I think it would save people in the community a ton of time if someone just did this conversion once and then posted the GeoJSON files. The only reason I can think of not to do that is if that would conflict with a license on the Census's original data. Yet, I don't see any license (or even copyright) cited on their site: http://www.census.gov/geo/www/cob/index.html Could it be in the public domain? I'll try to confirm, and then may just package up some pre-processed GeoJSON for others to use. |
Confirmed the shapefiles are not copyrighted and are free to use / remix / alter: |
In general all US Government works are not subject to copyright and are in the public domain. http://en.wikipedia.org/wiki/Copyright_status_of_work_by_the_U.S._government For all shapefiles available at: |
Are the USA states and counties tilesets hosted on Polymaps' AppEngine available for reuse under some license?
I could generate the tiles myself using the method described in #57, but it looks like some features were also clipped from Alaska to reduce the polygon counts.
I'm sure many would find it useful if the tiles used in the Polymaps examples were simply available under a license (ideally in a convenient .zip somewhere to save having to crawl the AppEngine host!)
/cc @migurski
The text was updated successfully, but these errors were encountered: