Download outline map of Clark (geojson format) :
Clark.geojson (**)
Download polygon array of Clark map for "Google Maps" :
Clark.txt
Bounding Box for Clark Map : ( 37.821798 , -84.348874 , 38.115118 , -83.96631 )
Wikipedia ID for Clark : Q486048
Wikipedia SPARQL Query for Clark (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486048 wdt:P1082 ?population. }
OPTIONAL { wd:Q486048 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486048 wdt:P2046 ?area. }
OPTIONAL { wd:Q486048 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486048 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486048 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 Clark map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.821798, -84.348874, 38.115118, -83.96631);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Clark)
[out:json];
(
rel["name"="Clark"][type=boundary];
rel["name:en"="Clark"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Clark
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agawam | 37.914520 , -84.087980 |
Becknerville | 37.966470 , -84.279380 |
Bloomingdale | 37.887020 , -84.126870 |
Colby | 37.995910 , -84.263540 |
Colby Hills | 37.988970 , -84.197710 |
Elkin | 37.912860 , -84.223820 |
Flanagan | 37.933970 , -84.210480 |
Ford | 37.881750 , -84.260210 |
Forest Grove | 37.945630 , -84.224370 |
Goffs Corner | 37.928690 , -84.006590 |
Green Fields Estates | 37.992860 , -84.208540 |
Hedges | 37.993690 , -84.046040 |
Hootentown | 37.925630 , -84.292430 |
Hunt | 37.910630 , -84.160480 |
Jackson Ferry | 37.887390 , -84.221260 |
Kiddville | 37.959800 , -83.992980 |
L and E Junction | 38.002580 , -84.066590 |
Lisletown | 37.919250 , -84.273540 |
Locust Grove | 37.934520 , -84.318540 |
Log Lick | 37.858140 , -84.026870 |
Mina | 37.862580 , -84.067150 |
Old Pine Grove | 38.026470 , -84.271880 |
Pilot View | 37.967860 , -84.063810 |
Pinchem | 37.926190 , -84.159930 |
Pine Grove | 38.002020 , -84.315770 |
Pretty Run | 38.073300 , -84.158150 |
Rabbit Town | 37.905910 , -84.015200 |
Renick | 38.058410 , -84.206600 |
Rightangle | 37.894800 , -84.028540 |
Ruckerville | 37.933690 , -84.094370 |
Schollsville | 37.988410 , -84.040760 |
Sewell Shop | 38.030630 , -84.027420 |
Tebbs | 37.997860 , -84.282430 |
Thomson | 38.005910 , -84.026040 |
Trapp | 37.883410 , -84.054930 |
Vianna | 37.836190 , -84.038260 |
Victory Heights | 38.001950 , -84.193900 |
Wesleyan Park | 37.991750 , -84.193260 |
Winchester | 38.002426 , -84.190299 |
Wyandotte | 38.049800 , -84.272150 |
Notes:
- You can download geometry data for Clark 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.