Download outline map of Clarke (geojson format) :
Clarke.geojson (**)
Download polygon array of Clarke map for "Google Maps" :
Clarke.txt
Bounding Box for Clarke Map : ( 31.185486 , -88.180821 , 31.991355 , -87.50093 )
Wikipedia ID for Clarke : Q111273
Wikipedia SPARQL Query for Clarke (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111273 wdt:P1082 ?population. }
OPTIONAL { wd:Q111273 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111273 wdt:P2046 ?area. }
OPTIONAL { wd:Q111273 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111273 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111273 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 Clarke map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.185486, -88.180821, 31.991355, -87.50093);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Clarke)
[out:json];
(
rel["name"="Clarke"][type=boundary];
rel["name:en"="Clarke"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Clarke
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Alma | 31.464050 , -87.753880 |
| Asbury | 31.700710 , -87.723890 |
| Atkeison | 31.965430 , -87.686390 |
| Barlow Bend | 31.454610 , -87.634710 |
| Bashi | 31.971260 , -87.861400 |
| Campbell | 31.923490 , -87.981120 |
| Carlton | 31.343025 , -87.837819 |
| Center Point | 31.788490 , -88.030010 |
| Chance | 31.748760 , -87.531940 |
| Chilton | 31.782100 , -87.844170 |
| Choctaw Bluff | 31.388780 , -87.788880 |
| Clarksville | 31.729050 , -87.893060 |
| Coffeeville | 31.766566 , -88.086050 |
| Cunningham | 31.900430 , -88.076120 |
| Dickinson | 31.763490 , -87.710550 |
| Finley Crossing | 31.961820 , -87.685840 |
| Fulton | 31.791603 , -87.739686 |
| Gainestown | 31.445440 , -87.693330 |
| Glover | 31.937100 , -87.840010 |
| Gosport | 31.583110 , -87.584940 |
| Greenwood | 31.779600 , -87.760000 |
| Grove Hill | 31.703262 , -87.775863 |
| Jackson | 31.531785 , -87.891502 |
| Manila | 31.508500 , -87.723050 |
| Mays Crossroads | 31.603770 , -87.987500 |
| McEntyre | 31.808490 , -87.965560 |
| McVay | 31.606830 , -87.895560 |
| McWer | 31.861260 , -87.695560 |
| Midway | 31.885710 , -87.788890 |
| Morvin | 31.985710 , -87.993340 |
| Nettleboro | 31.799040 , -87.622220 |
| Opine | 31.904880 , -87.933900 |
| Peacock | 31.757380 , -87.774720 |
| Pleasant Hill | 31.847370 , -87.635550 |
| Rock Springs | 31.950150 , -88.081120 |
| Rockville | 31.405777 , -87.844211 |
| Roundhill | 31.892650 , -87.711670 |
| Rural | 31.864320 , -87.738610 |
| Salitpa | 31.629610 , -88.020000 |
| Scyrene | 31.755710 , -87.647770 |
| Smyer | 31.893490 , -88.028900 |
| Springfield | 31.833770 , -87.761950 |
| Suggsville | 31.589600 , -87.693050 |
| Tallahatta Springs | 31.909600 , -87.876670 |
| Tattlersville | 31.712660 , -88.056400 |
| Thomasville | 31.911093 , -87.741857 |
| Toddtown | 31.618770 , -87.876670 |
| Union | 31.628770 , -87.785280 |
| Vashti | 31.703210 , -87.638050 |
| Walker Springs | 31.540720 , -87.791110 |
| West Bend | 31.824320 , -88.132230 |
| Whatley | 31.646343 , -87.710837 |
| Winn | 31.651830 , -87.917220 |
| Woods Bluff | 31.935710 , -88.061680 |
| Zimco | 31.702940 , -87.878060 |
Notes:
- You can download geometry data for Clarke 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.