Download outline map of Cherokee (geojson format) :
Cherokee.geojson (**)
Download polygon array of Cherokee map for "Google Maps" :
Cherokee.txt
Bounding Box for Cherokee Map : ( 34.83928 , -81.874433 , 35.184113 , -81.366597 )
Wikipedia ID for Cherokee : Q619609
Wikipedia SPARQL Query for Cherokee (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q619609 wdt:P1082 ?population. }
OPTIONAL { wd:Q619609 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q619609 wdt:P2046 ?area. }
OPTIONAL { wd:Q619609 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q619609 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q619609 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 Cherokee map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.83928, -81.874433, 35.184113, -81.366597);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cherokee)
[out:json];
(
rel["name"="Cherokee"][type=boundary];
rel["name:en"="Cherokee"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cherokee
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Abingdon | 34.992350 , -81.499540 |
Antioch | 35.149300 , -81.434810 |
Arrowood | 35.068180 , -81.625650 |
Beaverdam | 35.040130 , -81.701490 |
Blacksburg | 35.122092 , -81.518116 |
Briar Creek | 35.044570 , -81.605370 |
Buffalo | 35.165410 , -81.587040 |
Cashion Crossroads | 35.089850 , -81.507870 |
Cherokee Falls | 35.064850 , -81.542320 |
Cherokee Hills | 35.123180 , -81.705930 |
Draytonville | 35.049570 , -81.593710 |
East Gaffney | 35.084554 , -81.621889 |
Forest Lake Homes | 35.107070 , -81.642320 |
Gaffney | 35.074244 , -81.655703 |
Garden Park | 35.120130 , -81.692320 |
Glenhaven | 35.069850 , -81.606760 |
Goucher | 34.981520 , -81.697040 |
Grassy Pond | 35.137070 , -81.672320 |
Harmony Hill | 35.115130 , -81.648430 |
Hidden Acres Estates | 35.036520 , -81.707600 |
Kings Creek | 35.074020 , -81.436750 |
Kings Park | 35.041520 , -81.689540 |
Laurelwood | 35.004300 , -81.615370 |
Love Springs | 35.045960 , -81.774820 |
Macedonia | 35.070680 , -81.760380 |
Midway | 35.073740 , -81.703990 |
Northgate | 35.108460 , -81.672040 |
Saratt | 34.895970 , -81.540100 |
Shalimar | 35.109850 , -81.650930 |
Smith Ford | 34.996800 , -81.485370 |
State Line | 35.176790 , -81.800100 |
Thicketty | 35.016520 , -81.724820 |
White Plains | 34.993740 , -81.737050 |
Wilkinsville | 34.971800 , -81.532870 |
Notes:
- You can download geometry data for Cherokee 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.