User:Super D View history

No edit summary
No edit summary
Line 1: Line 1:
East Tennessee Area Manager focusing mostly on the Knoxville area. I can be reached via Slack (Preferred) or [https://www.waze.com/forum/ucp.php?i=pm&mode=compose&u=16989248 PM].
East Tennessee Area Manager focusing mostly on the Knoxville area. I can be reached via Slack (Preferred) or [https://www.waze.com/forum/ucp.php?i=pm&mode=compose&u=16989248 PM].


== Data ==
=Data=
===Tennessee Data===
==Tennessee Data==
====Parks====
===Parks===
* [http://www.tnlands.net/maps-and-data.html TDEC Managed Lands]
* [http://www.tnlands.net/maps-and-data.html TDEC Managed Lands]
===Boundaries===
* [http://tn.tnmap.opendata.arcgis.com/datasets/cf079cf338ab4910ab7765da40a11a06_0 TN City Boundaries]
==National Data==
* [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' ] ]
* [https://catalog.data.gov/dataset/2014-cartographic-boundary-file-state-county-for-united-states-1-500000 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.

Revision as of 15:08, 3 October 2015

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

Data

Tennessee Data

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.