Download outline map of Grady (geojson format) :
Grady.geojson (**)
Download polygon array of Grady map for "Google Maps" :
Grady.txt
Bounding Box for Grady Map : ( 30.675804 , -84.380705 , 31.078949 , -84.07291 )
Wikipedia ID for Grady : Q492061
Wikipedia SPARQL Query for Grady (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q492061 wdt:P1082 ?population. }
OPTIONAL { wd:Q492061 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q492061 wdt:P2046 ?area. }
OPTIONAL { wd:Q492061 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q492061 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q492061 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 Grady map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.675804, -84.380705, 31.078949, -84.07291);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Grady)
[out:json];
(
rel["name"="Grady"][type=boundary];
rel["name:en"="Grady"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Grady
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Akridge | 30.983240 , -84.160460 |
| Beachton | 30.727140 , -84.139620 |
| Bethel | 30.753800 , -84.294630 |
| Boydville | 30.881580 , -84.355180 |
| Cairo | 30.878912 , -84.205162 |
| Calvary | 30.722436 , -84.354133 |
| Capel | 30.973240 , -84.198510 |
| Elpino | 30.997130 , -84.231290 |
| Harrells Still | 31.011850 , -84.354910 |
| Long Branch | 30.897970 , -84.206010 |
| Magnolia | 30.831860 , -84.357130 |
| Midway | 30.826580 , -84.178510 |
| Moncrief | 30.712700 , -84.137400 |
| Nickleville | 30.805750 , -84.335180 |
| Orange Springs | 30.832140 , -84.310180 |
| Pawnee | 31.061300 , -84.317680 |
| Pine Hill | 30.722420 , -84.278240 |
| Pine Park | 30.851300 , -84.101840 |
| Pleasant Grove | 30.977970 , -84.168790 |
| Providence | 30.860750 , -84.289630 |
| Reno | 30.773800 , -84.292130 |
| Rocky Hill | 30.702700 , -84.210180 |
| Roddenberry | 30.877140 , -84.259900 |
| Union Hill | 31.051300 , -84.129340 |
| Whigham | 31.016530 , -84.280070 |
| Whigham | 30.884521 , -84.324656 |
| Woodland | 30.932130 , -84.160460 |
Notes:
- You can download geometry data for Grady 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.