Download outline map of Russell (geojson format) :
Russell.geojson (**)
Download polygon array of Russell map for "Google Maps" :
Russell.txt
Bounding Box for Russell Map : ( 36.827334 , -85.27495 , 37.186028 , -84.835712 )
Wikipedia ID for Russell : Q373348
Wikipedia SPARQL Query for Russell (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q373348 wdt:P1082 ?population. }
OPTIONAL { wd:Q373348 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q373348 wdt:P2046 ?area. }
OPTIONAL { wd:Q373348 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q373348 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q373348 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 Russell map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.827334, -85.27495, 37.186028, -84.835712);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Russell)
[out:json];
(
rel["name"="Russell"][type=boundary];
rel["name:en"="Russell"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Russell
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bryan | 36.929510 , -85.203850 |
Creelsboro | 36.885060 , -85.197460 |
Decatur | 37.125350 , -84.998010 |
Esto | 37.004230 , -85.110790 |
Fonthill | 37.083960 , -85.003560 |
Freedom | 36.922840 , -85.105510 |
Helm | 36.895620 , -85.152730 |
Honey Acre | 37.112850 , -84.974670 |
Horntown | 37.067850 , -85.005510 |
Humble | 37.088680 , -85.066620 |
Indian Hills | 36.992850 , -84.933560 |
Jabez | 36.987020 , -84.893560 |
Jamestown | 36.994159 , -85.068556 |
Jericho | 37.086460 , -85.049120 |
Long Bottom | 36.882290 , -85.129680 |
Manntown | 36.878400 , -85.160790 |
Middletown | 37.020620 , -85.076070 |
Old Olga | 36.925620 , -85.168570 |
Ono | 36.988680 , -84.966620 |
Ribbon | 36.880340 , -85.240240 |
Rose Crossroads | 36.975900 , -85.120510 |
Rowena | 36.877840 , -85.106340 |
Royville | 37.066730 , -85.105790 |
Russell Springs | 37.051397 , -85.077628 |
Salem | 37.068960 , -84.985510 |
Sano | 37.108400 , -85.103570 |
Sewellton | 36.936180 , -85.104960 |
Sycamore Flat | 37.123960 , -85.043290 |
Vinnie | 37.010910 , -84.869110 |
Webbs Cross Roads | 37.109240 , -85.053570 |
Whittle | 37.022010 , -84.961620 |
Notes:
- You can download geometry data for Russell 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.