Download outline map of Meade (geojson format) :
Meade.geojson (**)
Download polygon array of Meade map for "Google Maps" :
Meade.txt
Bounding Box for Meade Map : ( 37.798878 , -86.490854 , 38.19884 , -85.975948 )
Wikipedia ID for Meade : Q505438
Wikipedia SPARQL Query for Meade (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q505438 wdt:P1082 ?population. }
OPTIONAL { wd:Q505438 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q505438 wdt:P2046 ?area. }
OPTIONAL { wd:Q505438 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q505438 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q505438 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 Meade map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.798878, -86.490854, 38.19884, -85.975948);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Meade)
[out:json];
(
rel["name"="Meade"][type=boundary];
rel["name:en"="Meade"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Meade
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Andyville | 38.033950 , -86.372480 |
Battletown | 38.063960 , -86.293860 |
Beechland | 38.083120 , -86.360810 |
Brandenburg | 37.995521 , -86.176584 |
Brandenburg Station | 37.968960 , -86.140520 |
Buck Grove | 37.918960 , -86.127750 |
Cedar Flat | 38.118120 , -86.321640 |
Cold Springs | 38.053960 , -86.289420 |
Concordia | 38.058950 , -86.428030 |
Doe Valley | 37.974539 , -86.110704 |
Ekron | 37.930249 , -86.176396 |
Flaherty | 37.836460 , -86.065520 |
Garrett | 37.897850 , -86.113020 |
Grahamton | 37.902850 , -86.025520 |
Guston | 37.892840 , -86.221920 |
Haysville | 37.903400 , -86.242470 |
Hillgrove | 37.879230 , -86.163860 |
Hog Wallow | 37.881800 , -86.096550 |
Liberty | 38.028120 , -86.319140 |
Lickskillet | 37.933960 , -86.057190 |
Lodale | 38.043120 , -86.280810 |
Maples Corner | 37.833120 , -86.133580 |
Midway | 37.952010 , -86.238580 |
Muldraugh | 37.936573 , -85.991516 |
Oolite | 38.067850 , -86.279970 |
Payneville | 37.989510 , -86.313030 |
Pilcher Landing | 37.992020 , -86.017470 |
Rhodelia | 38.007010 , -86.420530 |
Roberta | 38.110620 , -86.437760 |
Rock Haven | 37.947020 , -86.054690 |
Sirocco | 37.989230 , -86.272200 |
Van Voorhis Manor | 37.905350 , -85.989130 |
West Hill | 38.003940 , -86.172550 |
Wolf Creek | 38.102840 , -86.389700 |
Notes:
- You can download geometry data for Meade 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.