Download outline map of West Carroll (geojson format) :
West Carroll.geojson (**)
Download polygon array of West Carroll map for "Google Maps" :
West Carroll.txt
Bounding Box for West Carroll Map : ( 32.581956 , -91.638883 , 33.006102 , -91.261484 )
Wikipedia ID for West Carroll : Q1139827
Wikipedia SPARQL Query for West Carroll (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1139827 wdt:P1082 ?population. }
OPTIONAL { wd:Q1139827 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1139827 wdt:P2046 ?area. }
OPTIONAL { wd:Q1139827 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1139827 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1139827 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 West Carroll map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.581956, -91.638883, 33.006102, -91.261484);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (West Carroll)
[out:json];
(
rel["name"="West Carroll"][type=boundary];
rel["name:en"="West Carroll"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of West Carroll
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bear Skin | 32.681800 , -91.596230 |
Chickasaw | 32.962630 , -91.330950 |
Concord | 32.955400 , -91.446780 |
Darnell | 32.677640 , -91.453170 |
Epps | 32.603824 , -91.481412 |
Fiske | 32.886800 , -91.492340 |
Floyd | 32.677630 , -91.405950 |
Floyd Landing | 32.679580 , -91.403170 |
Forest | 32.792366 , -91.412555 |
Goodwill | 32.779020 , -91.561790 |
Gowen | 32.654300 , -91.460950 |
Green | 32.830130 , -91.440670 |
Kilbourne | 32.997175 , -91.313885 |
Newhope | 32.681800 , -91.527620 |
Oak Grove | 32.861954 , -91.391052 |
Pioneer | 32.738101 , -91.438126 |
Redwing | 32.800970 , -91.492620 |
Terry | 32.929570 , -91.348730 |
Twin Bridges | 32.798740 , -91.501510 |
Notes:
- You can download geometry data for West Carroll 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.