Download outline map of Pickett (geojson format) :
Pickett.geojson (**)
Download polygon array of Pickett map for "Google Maps" :
Pickett.txt
Bounding Box for Pickett Map : ( 36.405614 , -85.285413 , 36.626816 , -84.731839 )
Wikipedia ID for Pickett : Q494776
Wikipedia SPARQL Query for Pickett (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q494776 wdt:P1082 ?population. }
OPTIONAL { wd:Q494776 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q494776 wdt:P2046 ?area. }
OPTIONAL { wd:Q494776 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q494776 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q494776 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Pickett map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.405614, -85.285413, 36.626816, -84.731839);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pickett)
[out:json];
(
rel["name"="Pickett"][type=boundary];
rel["name:en"="Pickett"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pickett
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barnes | 36.556450 , -85.247180 |
Bloomington | 36.580340 , -85.192740 |
Boom | 36.515900 , -85.169680 |
Byrdstown | 36.573644 , -85.134206 |
Cedar Grove | 36.557290 , -85.056060 |
Chanute | 36.605900 , -85.059670 |
Davidson | 36.568120 , -85.022450 |
Eastport | 36.448680 , -85.123570 |
Etter | 36.561460 , -85.098010 |
Fairview | 36.542290 , -85.192460 |
Faix | 36.514230 , -85.125510 |
Green Brier | 36.612840 , -85.131340 |
Love Lady | 36.589230 , -85.159400 |
Midway | 36.500060 , -85.178010 |
Moodyville | 36.538120 , -85.075230 |
Mount Airy | 36.546730 , -85.083840 |
Mount Union | 36.536460 , -85.106340 |
Oak Hill | 36.602290 , -85.220790 |
Parker | 36.589230 , -85.099950 |
Plain Grove | 36.519510 , -85.229130 |
Red Hill | 36.611180 , -85.096340 |
Smyrna | 36.560900 , -85.166350 |
Static | 36.621730 , -85.086060 |
Sulphur Springs | 36.563400 , -85.066900 |
Sunset | 36.531730 , -85.160230 |
Travisville | 36.584510 , -84.993840 |
Notes:
- You can download geometry data for Pickett in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**)
Terms of Use for downloaded geojson files.