Download outline map of Hancock (geojson format) :
Hancock.geojson (**)
Download polygon array of Hancock map for "Google Maps" :
Hancock.txt
Bounding Box for Hancock Map : ( 37.655008 , -86.987301 , 37.999391 , -86.622316 )
Wikipedia ID for Hancock : Q491991
Wikipedia SPARQL Query for Hancock (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491991 wdt:P1082 ?population. }
OPTIONAL { wd:Q491991 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491991 wdt:P2046 ?area. }
OPTIONAL { wd:Q491991 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491991 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491991 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 Hancock map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.655008, -86.987301, 37.999391, -86.622316);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hancock)
[out:json];
(
rel["name"="Hancock"][type=boundary];
rel["name:en"="Hancock"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hancock
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adair | 37.950610 , -86.826660 |
Arrington Corner | 37.774780 , -86.748600 |
Cabot | 37.688670 , -86.653320 |
Chambers | 37.837280 , -86.785270 |
Dukes | 37.824780 , -86.698320 |
Easton | 37.706170 , -86.681650 |
Goering | 37.800890 , -86.761650 |
Hawesville | 37.896166 , -86.756107 |
Lewisport | 37.930912 , -86.902677 |
Patesville | 37.782000 , -86.718880 |
Petri | 37.926440 , -86.804160 |
Roseville | 37.717280 , -86.754990 |
Sanders | 37.743640 , -86.709900 |
Skillman | 37.892830 , -86.671650 |
Sunny Corner | 37.852280 , -86.669710 |
Victoria Crossroads | 37.747830 , -86.677760 |
Waitman | 37.908110 , -86.950830 |
Weberstown | 37.770330 , -86.778880 |
Notes:
- You can download geometry data for Hancock 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.