Download outline map of Kemper (geojson format) :
Kemper.geojson (**)
Download polygon array of Kemper map for "Google Maps" :
Kemper.txt
Bounding Box for Kemper Map : ( 32.576791 , -88.915286 , 32.929091 , -88.347887 )
Wikipedia ID for Kemper : Q490864
Wikipedia SPARQL Query for Kemper (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q490864 wdt:P1082 ?population. }
OPTIONAL { wd:Q490864 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q490864 wdt:P2046 ?area. }
OPTIONAL { wd:Q490864 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q490864 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q490864 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 Kemper map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.576791, -88.915286, 32.929091, -88.347887);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kemper)
[out:json];
(
rel["name"="Kemper"][type=boundary];
rel["name:en"="Kemper"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kemper
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Akron | 32.740970 , -88.524760 |
Binnsville | 32.913180 , -88.382810 |
Blackwater | 32.619030 , -88.682550 |
Bloomfield | 32.794850 , -88.738660 |
Bluff Springs | 32.780970 , -88.815330 |
Carters | 32.760970 , -88.561990 |
Cleveland | 32.751240 , -88.830050 |
Cullum | 32.640690 , -88.608100 |
Damascus | 32.657640 , -88.833940 |
De Kalb | 32.770689 , -88.655965 |
Electric Mills | 32.769300 , -88.463930 |
Enondale | 32.635410 , -88.468370 |
Giles | 32.830960 , -88.380030 |
Kipling | 32.672360 , -88.648380 |
Klondike | 32.622360 , -88.756160 |
Liberty | 32.661250 , -88.758940 |
Lynville | 32.855130 , -88.815610 |
Millington | 32.881240 , -88.415870 |
Moscow | 32.710140 , -88.800050 |
Mount Nebo | 32.702910 , -88.706990 |
Oak Grove | 32.674300 , -88.564490 |
Porterville | 32.687910 , -88.472260 |
Preston | 32.882630 , -88.828940 |
Rio | 32.614030 , -88.875610 |
Scooba | 32.830179 , -88.477118 |
Sucarnoochee | 32.731240 , -88.473090 |
Tamola | 32.586800 , -88.476980 |
Townsend | 32.755410 , -88.548930 |
Wahalak | 32.905690 , -88.529760 |
Notes:
- You can download geometry data for Kemper 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.