Download outline map of Grant (geojson format) :
Grant.geojson (**)
Download polygon array of Grant map for "Google Maps" :
Grant.txt
Bounding Box for Grant Map : ( 38.473039 , -84.785794 , 38.803515 , -84.476299 )
Wikipedia ID for Grant : Q491959
Wikipedia SPARQL Query for Grant (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491959 wdt:P1082 ?population. }
OPTIONAL { wd:Q491959 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491959 wdt:P2046 ?area. }
OPTIONAL { wd:Q491959 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491959 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491959 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 Grant map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.473039, -84.785794, 38.803515, -84.476299);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Grant)
[out:json];
(
rel["name"="Grant"][type=boundary];
rel["name:en"="Grant"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Grant
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Blanchet | 38.519790 , -84.571610 |
Cherry Grove | 38.601740 , -84.570500 |
Cordova | 38.540900 , -84.515220 |
Corinth | 38.499665 , -84.602949 |
Crittenden | 38.775540 , -84.613639 |
Delia | 38.658960 , -84.671890 |
Downingsville | 38.641730 , -84.713280 |
Dry Ridge | 38.679755 , -84.600852 |
Elliston | 38.734510 , -84.746610 |
Flingsville | 38.773400 , -84.554390 |
Folsom | 38.712010 , -84.747450 |
Four Corners | 38.652570 , -84.684390 |
Heekin | 38.600350 , -84.614390 |
Hensley Ford | 38.576460 , -84.707720 |
Holbrook | 38.590620 , -84.714110 |
Jericho | 38.730900 , -84.673560 |
Jonesville | 38.639790 , -84.775500 |
Keefer | 38.535070 , -84.633830 |
Lawrenceville | 38.568120 , -84.649940 |
Mason | 38.576180 , -84.585220 |
Mount Zion | 38.740900 , -84.659670 |
Northcutt | 38.727290 , -84.556610 |
Sherman | 38.732570 , -84.596610 |
Stewartsville | 38.633120 , -84.648280 |
Stringtown | 38.512020 , -84.501050 |
Williamstown | 38.641107 , -84.567775 |
Zion Station | 38.752840 , -84.709390 |
Notes:
- You can download geometry data for Grant 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.