Download outline map of Hardin (geojson format) :
Hardin.geojson (**)
Download polygon array of Hardin map for "Google Maps" :
Hardin.txt
Bounding Box for Hardin Map : ( 37.440308 , -86.277558 , 38.005085 , -85.676072 )
Wikipedia ID for Hardin : Q491878
Wikipedia SPARQL Query for Hardin (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491878 wdt:P1082 ?population. }
OPTIONAL { wd:Q491878 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491878 wdt:P2046 ?area. }
OPTIONAL { wd:Q491878 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491878 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491878 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 Hardin map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.440308, -86.277558, 38.005085, -85.676072);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hardin)
[out:json];
(
rel["name"="Hardin"][type=boundary];
rel["name:en"="Hardin"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hardin
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Booth | 37.805340 , -85.751630 |
Cecilia | 37.662185 , -85.952493 |
Colesburg | 37.784790 , -85.773850 |
Crest | 37.750060 , -85.843570 |
Dietz Acres | 37.865620 , -85.949960 |
Eastview | 37.588950 , -86.055800 |
Elizabethtown | 37.703871 , -85.877078 |
Flint Hill | 37.498390 , -85.990520 |
Fort Knox | 37.891233 , -85.963635 |
Four Corners | 37.748950 , -86.088020 |
Franklin Cross Roads | 37.670060 , -86.014960 |
Gaffey Heights | 37.885900 , -85.968850 |
Glendale | 37.601730 , -85.905520 |
Glendale Junction | 37.591450 , -85.863570 |
Hansbrough | 37.634510 , -85.993580 |
Harcourt | 37.555890 , -86.012190 |
Hardin Springs | 37.609500 , -86.256360 |
Kraft | 37.717010 , -85.970800 |
Limp | 37.592280 , -86.197470 |
Long View | 37.789510 , -85.913020 |
Longview Estates | 37.770740 , -85.900280 |
Melrose | 37.489220 , -85.992190 |
Old Stephensburg | 37.614510 , -86.020240 |
Perryville | 37.729510 , -86.048580 |
Pierce Mill | 37.640620 , -86.199970 |
Prichard Place | 37.884510 , -85.971630 |
Radcliff | 37.819414 , -85.935886 |
Rineyville | 37.749510 , -85.969960 |
Rose Terrace | 37.895070 , -85.977190 |
Saint John | 37.698400 , -85.966350 |
Seven Corners | 37.482000 , -85.992740 |
Solway | 37.621170 , -86.176640 |
Sonora | 37.531868 , -85.894781 |
Spurrier | 37.474500 , -86.054130 |
Star Mills | 37.599230 , -85.980240 |
Stephensburg | 37.624780 , -86.018850 |
Summit | 37.568950 , -86.081080 |
Tunnel Hills | 37.732840 , -85.831350 |
Upton | 37.462608 , -85.898970 |
Vertrees | 37.696450 , -86.134410 |
Vine Grove | 37.811966 , -85.981173 |
West Point | 37.997461 , -85.952995 |
White Mills | 37.555340 , -86.032190 |
White Mills Junction | 37.577560 , -86.035520 |
Younger Creek | 37.756730 , -85.723570 |
Notes:
- You can download geometry data for Hardin 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.