Download outline map of Shelby (geojson format) :
Shelby.geojson (**)
Download polygon array of Shelby map for "Google Maps" :
Shelby.txt
Bounding Box for Shelby Map : ( 38.036753 , -85.468206 , 38.358054 , -84.956959 )
Wikipedia ID for Shelby : Q506315
Wikipedia SPARQL Query for Shelby (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q506315 wdt:P1082 ?population. }
OPTIONAL { wd:Q506315 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q506315 wdt:P2046 ?area. }
OPTIONAL { wd:Q506315 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q506315 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q506315 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 Shelby map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.036753, -85.468206, 38.358054, -84.956959);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Shelby)
[out:json];
(
rel["name"="Shelby"][type=boundary];
rel["name:en"="Shelby"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Shelby
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bagdad | 38.262290 , -85.057730 |
Chestnut Grove | 38.300070 , -85.263850 |
Christianburg | 38.278130 , -85.099400 |
Clay Village | 38.192570 , -85.107180 |
Conner | 38.223680 , -85.390240 |
Cropper | 38.312290 , -85.113290 |
Elmburg | 38.321180 , -85.071340 |
Figgs | 38.114790 , -85.271340 |
Finchville | 38.153680 , -85.312730 |
Graefenburg | 38.155900 , -85.013560 |
Harrisonville | 38.088400 , -85.067180 |
Hatton | 38.225900 , -85.006620 |
Hemp Ridge | 38.148400 , -85.118840 |
Hooper | 38.174790 , -85.156900 |
Jacksonville | 38.274240 , -85.013010 |
Joyes | 38.209790 , -85.291070 |
L S Park | 38.195620 , -85.399680 |
Lincoln Ridge | 38.218400 , -85.375240 |
Montclair | 38.220070 , -85.328850 |
Mulberry | 38.265070 , -85.134120 |
Old Christianburg | 38.281460 , -85.084950 |
Olive Branch | 38.125620 , -85.264950 |
Peytona | 38.181180 , -85.061060 |
Raymond Hill | 38.291460 , -85.266620 |
Shelbyville | 38.206066 , -85.230149 |
Simpsonville | 38.217435 , -85.352131 |
Snow Hill | 38.223144 , -85.219058 |
Todds Point | 38.284240 , -85.345790 |
Veachland | 38.211460 , -85.197460 |
Veech | 38.120070 , -85.321070 |
Veechdale | 38.211180 , -85.349960 |
Waddy | 38.137020 , -85.074400 |
Notes:
- You can download geometry data for Shelby 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.