Download outline map of Pickens (geojson format) :
Pickens.geojson (**)
Download polygon array of Pickens map for "Google Maps" :
Pickens.txt
Bounding Box for Pickens Map : ( 34.609045 , -82.943604 , 35.0857 , -82.476455 )
Wikipedia ID for Pickens : Q299505
Wikipedia SPARQL Query for Pickens (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q299505 wdt:P1082 ?population. }
OPTIONAL { wd:Q299505 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q299505 wdt:P2046 ?area. }
OPTIONAL { wd:Q299505 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q299505 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q299505 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 Pickens map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.609045, -82.943604, 35.0857, -82.476455);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pickens)
[out:json];
(
rel["name"="Pickens"][type=boundary];
rel["name:en"="Pickens"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pickens
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Arial | 34.846262 , -82.640458 |
| Beverly Hills | 34.900120 , -82.549850 |
| Cateechee | 34.770670 , -82.773750 |
| Cedar Rock | 34.874000 , -82.640130 |
| Central | 34.723523 , -82.778944 |
| Cherrys Crossing | 34.655100 , -82.835140 |
| Clemson | 34.684031 , -82.812315 |
| Countryside Manor | 34.794560 , -82.596520 |
| Crosswell | 34.849560 , -82.494020 |
| Crow Creek | 34.920670 , -82.772080 |
| Dacusville | 34.935390 , -82.558740 |
| Easley | 34.819126 , -82.583121 |
| Eastatoe | 34.952050 , -82.900420 |
| Five Forks | 34.766220 , -82.655970 |
| Glenwood | 34.831780 , -82.581240 |
| Hale | 34.827060 , -82.539020 |
| Heathwood | 34.844560 , -82.539020 |
| Hendricks | 34.929010 , -82.591520 |
| Hillwood | 34.848730 , -82.646800 |
| Liberia | 35.014010 , -82.631800 |
| Liberty | 34.790370 , -82.696112 |
| Longcreek | 34.841510 , -82.547910 |
| Meadow Brook | 34.678440 , -82.809590 |
| Midway | 34.948450 , -82.710970 |
| Mountaindale | 34.709830 , -82.810140 |
| Nimmons | 34.990110 , -82.838470 |
| Nine Times | 34.915110 , -82.844030 |
| Norris | 34.766117 , -82.752535 |
| Oak Creek | 34.802290 , -82.543820 |
| Ole Salem Estates | 34.912340 , -82.551790 |
| Pearidge | 34.819280 , -82.777640 |
| Perry Hills | 34.839010 , -82.552630 |
| Pickens | 34.885839 , -82.710404 |
| Pleasant View | 34.933730 , -82.687910 |
| Pumpkintown | 35.002900 , -82.652910 |
| Quail Haven | 34.823170 , -82.495680 |
| Rocky Bottom | 35.045950 , -82.802360 |
| Shoals Creek Subdivision | 34.843170 , -82.519290 |
| Six Mile | 34.808203 , -82.815369 |
| Sunset | 34.977610 , -82.799030 |
| Terrapin Crossroads | 34.830670 , -82.777360 |
| Timberlane | 34.815670 , -82.566520 |
| Whispering Pines | 34.806780 , -82.646520 |
Notes:
- You can download geometry data for Pickens 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.