Download outline map of Woodford (geojson format) :
Woodford.geojson (**)
Download polygon array of Woodford map for "Google Maps" :
Woodford.txt
Bounding Box for Woodford Map : ( 37.84702 , -84.866003 , 38.195426 , -84.625079 )
Wikipedia ID for Woodford : Q503442
Wikipedia SPARQL Query for Woodford (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q503442 wdt:P1082 ?population. }
OPTIONAL { wd:Q503442 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q503442 wdt:P2046 ?area. }
OPTIONAL { wd:Q503442 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q503442 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q503442 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 Woodford map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.84702, -84.866003, 38.195426, -84.625079);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Woodford)
[out:json];
(
rel["name"="Woodford"][type=boundary];
rel["name:en"="Woodford"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Woodford
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bonita | 38.085910 , -84.708000 |
Clifton | 38.112713 , -84.798831 |
Davistown | 38.141460 , -84.651610 |
Duckers | 38.164520 , -84.783840 |
Faywood | 38.102850 , -84.641610 |
Firmantown | 38.059800 , -84.688830 |
Gaybourn | 38.042850 , -84.666610 |
Hunter Town | 38.035080 , -84.699670 |
Lanes Mill | 38.127703 , -84.864964 |
McKees Crossroads | 38.120910 , -84.776060 |
Midway | 38.153619 , -84.678387 |
Millville | 38.137020 , -84.821890 |
Milner | 38.033410 , -84.807170 |
Mortonsville | 37.972020 , -84.756340 |
Mundys Landing | 37.854240 , -84.770780 |
Nonesuch | 37.906190 , -84.755500 |
Nugent Crossroads | 38.123410 , -84.698560 |
Pinckard | 37.977300 , -84.681610 |
Pisgah | 38.056740 , -84.654940 |
Shetland | 38.047300 , -84.705220 |
Shoreacres | 38.113000 , -84.810891 |
Spring Station | 38.144770 , -84.758158 |
Troy | 37.910080 , -84.694670 |
Versailles | 38.048474 , -84.732216 |
Wallace | 38.121190 , -84.692170 |
Woodford Village | 38.042300 , -84.725220 |
Notes:
- You can download geometry data for Woodford 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.