Download outline map of Edmonson (geojson format) :
Edmonson.geojson (**)
Download polygon array of Edmonson map for "Google Maps" :
Edmonson.txt
Bounding Box for Edmonson Map : ( 37.053285 , -86.469126 , 37.340796 , -86.049133 )
Wikipedia ID for Edmonson : Q500742
Wikipedia SPARQL Query for Edmonson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q500742 wdt:P1082 ?population. }
OPTIONAL { wd:Q500742 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q500742 wdt:P2046 ?area. }
OPTIONAL { wd:Q500742 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q500742 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q500742 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 Edmonson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.053285, -86.469126, 37.340796, -86.049133);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Edmonson)
[out:json];
(
rel["name"="Edmonson"][type=boundary];
rel["name:en"="Edmonson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Edmonson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arthur | 37.175600 , -86.206640 |
Asphalt | 37.190880 , -86.349980 |
Bee Spring | 37.289490 , -86.284700 |
Big Reedy | 37.269220 , -86.435540 |
Black Gold | 37.259490 , -86.329980 |
Brownsville | 37.195170 , -86.269074 |
Cedar Spring | 37.122270 , -86.153030 |
Chalybeate | 37.126990 , -86.236090 |
Chaumont | 37.128660 , -86.066640 |
Cub Run | 37.322830 , -86.194690 |
Demunbruns Store | 37.260330 , -86.153580 |
Elko | 37.161710 , -86.135250 |
Hillview | 37.299220 , -86.228580 |
Huff | 37.248660 , -86.367760 |
Kyrock | 37.263380 , -86.256640 |
Lindseyville | 37.235880 , -86.294420 |
Mammoth Cave | 37.186160 , -86.099980 |
Nash | 37.320330 , -86.430810 |
Nick | 37.129770 , -86.311090 |
Oak Ridge | 37.294770 , -86.238860 |
Ollie | 37.251990 , -86.180250 |
Pig | 37.132820 , -86.169980 |
Prosperity | 37.321720 , -86.317480 |
Ridgedale | 37.260600 , -86.267200 |
Rocky Hill | 37.068940 , -86.136370 |
Roundhill | 37.236990 , -86.430810 |
Sloans Crossing | 37.150880 , -86.097200 |
Stockholm | 37.248100 , -86.130810 |
Straw | 37.275880 , -86.172470 |
Sunfish | 37.296990 , -86.369700 |
Sweeden | 37.253660 , -86.278860 |
Union City | 37.136990 , -86.071920 |
Windyville | 37.216160 , -86.324420 |
Woodside | 37.253380 , -86.264970 |
Notes:
- You can download geometry data for Edmonson 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.