(Created page with "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].") |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
East Tennessee Area | 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]. | ||
<!-- | |||
To Do: | |||
Write a little section about me. | |||
Link to TN data overlays - pending testing | |||
Other datasets: | |||
NPS boundaries (and overlay) | |||
CCDS School Dataset | |||
--> | |||
=Data= | |||
==Tennessee Data== | |||
* [http://www.tnlands.net/maps-and-data.html TDEC Managed Lands] (NOTE: As of 2015-10-05 site appears to have gone down) | |||
* [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 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. |
Latest revision as of 12:13, 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
- TDEC Managed Lands (NOTE: As of 2015-10-05 site appears to have gone down)
- TN City 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.