User:Super D View history

No edit summary
No edit summary
Line 12: Line 12:
* [ftp://ftp2.census.gov/geo/tiger/TIGER2015/COUNTY/tl_2015_us_county.zip 2015 US Census County Boundaries]
* [ftp://ftp2.census.gov/geo/tiger/TIGER2015/COUNTY/tl_2015_us_county.zip 2015 US Census County Boundaries]
Very high resolution data, but can be quickly cleaned using XPath queries to pull only TN data (TN is state #47 for Census data): XPATH: //Placemark[ExtendedData/SchemaData/SimpleData[ @name='STATEFP' and text()='47' ] ]
Very high resolution data, but can be quickly cleaned using XPath queries to pull only TN data (TN is state #47 for Census data): XPATH: //Placemark[ExtendedData/SchemaData/SimpleData[ @name='STATEFP' and text()='47' ] ]
* [https://catalog.data.gov/dataset/2014-cartographic-boundary-file-state-county-for-united-states-1-500000 500K County Boundaries]
* [https://catalog.data.gov/dataset/2014-cartographic-boundary-file-state-county-for-united-states-1-500000 2014 500K County Boundaries]
This data is *much* easier to work with and doesn't require quite as much simplification. Same XPATH query as above would be used to pull out the TN data only.
This data is *much* easier to work with and doesn't require quite as much simplification. Same XPATH query as above would be used to pull out the TN data only.

Revision as of 12:07, 7 October 2015

East Tennessee Area Manager focusing mostly on the Knoxville area. I can be reached via Slack (Preferred) or PM.

Data

Tennessee Data

Parks

Boundaries


National Data

Very high resolution data, but can be quickly cleaned using XPath queries to pull only TN data (TN is state #47 for Census data): XPATH: //Placemark[ExtendedData/SchemaData/SimpleData[ @name='STATEFP' and text()='47' ] ]

This data is *much* easier to work with and doesn't require quite as much simplification. Same XPATH query as above would be used to pull out the TN data only.