Download outline map of Copiah (geojson format) :
Copiah.geojson (**)
Download polygon array of Copiah map for "Google Maps" :
Copiah.txt
Bounding Box for Copiah Map : ( 31.685147 , -90.736824 , 32.05013 , -90.10745 )
Wikipedia ID for Copiah : Q485420
Wikipedia SPARQL Query for Copiah (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485420 wdt:P1082 ?population. }
OPTIONAL { wd:Q485420 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485420 wdt:P2046 ?area. }
OPTIONAL { wd:Q485420 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485420 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485420 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 Copiah map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.685147, -90.736824, 32.05013, -90.10745);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Copiah)
[out:json];
(
rel["name"="Copiah"][type=boundary];
rel["name:en"="Copiah"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Copiah
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Allen | 31.748500 , -90.658430 |
Ashley | 31.802110 , -90.263140 |
Barlow | 31.822660 , -90.649260 |
Beauregard | 31.721033 , -90.385923 |
Beech Grove | 31.993490 , -90.257310 |
Bowerton | 31.756280 , -90.569540 |
Browns Wells | 31.775160 , -90.501480 |
Carpenter | 32.034040 , -90.680380 |
Conn | 31.897940 , -90.710100 |
Crystal Springs | 31.990308 , -90.354034 |
Dentville | 31.959880 , -90.555370 |
Egypt Hill | 32.010150 , -90.262310 |
Gallatin | 31.850720 , -90.453700 |
Gallman | 31.932100 , -90.389260 |
Gatesville | 31.997930 , -90.243420 |
Georgetown | 31.869800 , -90.164782 |
Glancy | 31.818500 , -90.496480 |
Hazlehurst | 31.864490 , -90.392635 |
Hoodtown | 31.977930 , -90.604820 |
Hopewell | 31.947380 , -90.215360 |
Jack | 32.017380 , -90.570100 |
Martinsville | 31.791000 , -90.407040 |
Midway | 31.716830 , -90.556490 |
Myles | 32.019880 , -90.706490 |
Rockport | 31.794880 , -90.156750 |
Sand Hill | 31.733500 , -90.305920 |
Sardis | 31.801000 , -90.324260 |
Shady Grove | 31.865440 , -90.350090 |
Smyrna | 31.870160 , -90.509260 |
Stronghope | 31.744050 , -90.263420 |
Tillman | 31.892660 , -90.446480 |
Wesson | 31.699928 , -90.395850 |
Willing | 31.960990 , -90.604260 |
Notes:
- You can download geometry data for Copiah 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.