Download outline map of Owen (geojson format) :
Owen.geojson (**)
Download polygon array of Owen map for "Google Maps" :
Owen.txt
Bounding Box for Owen Map : ( 38.338505 , -85.076118 , 38.724643 , -84.580539 )
Wikipedia ID for Owen : Q496771
Wikipedia SPARQL Query for Owen (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q496771 wdt:P1082 ?population. }
OPTIONAL { wd:Q496771 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q496771 wdt:P2046 ?area. }
OPTIONAL { wd:Q496771 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q496771 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q496771 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 Owen map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.338505, -85.076118, 38.724643, -84.580539);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Owen)
[out:json];
(
rel["name"="Owen"][type=boundary];
rel["name:en"="Owen"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Owen
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Beechwood | 38.412290 , -84.746060 |
Breck | 38.495900 , -84.735500 |
Canby | 38.517290 , -84.661060 |
Cull | 38.572290 , -84.908280 |
Eagle Hill | 38.703120 , -84.788560 |
Gratz | 38.471918 , -84.947082 |
Hallam | 38.502570 , -84.789670 |
Harmony | 38.367290 , -84.738000 |
Hesler | 38.463680 , -84.777170 |
Holiday Ford | 38.563960 , -84.726060 |
Long Ridge | 38.587290 , -84.823560 |
Monterey | 38.423313 , -84.872842 |
Moxley | 38.562570 , -85.009120 |
Natlee | 38.447010 , -84.661890 |
Needmore | 38.574510 , -84.734110 |
New | 38.427850 , -84.810500 |
New Liberty | 38.615900 , -84.906620 |
Owenton | 38.539090 , -84.841690 |
Perry Park | 38.548120 , -84.999670 |
Pleasant Home | 38.501460 , -84.913560 |
Poplar Grove | 38.658120 , -84.841060 |
Rockdale | 38.409240 , -84.684670 |
Squiresville | 38.542290 , -84.954670 |
Sweet Owen | 38.555900 , -84.760500 |
Tacketts Mill | 38.367290 , -84.789670 |
Teresita | 38.392850 , -84.776060 |
Wheatley | 38.613400 , -84.976890 |
Notes:
- You can download geometry data for Owen 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.