Download outline map of East Carroll (geojson format) :
East Carroll.geojson (**)
Download polygon array of East Carroll map for "Google Maps" :
East Carroll.txt
Bounding Box for East Carroll Map : ( 32.537539 , -91.457643 , 33.005091 , -91.002708 )
Wikipedia ID for East Carroll : Q505505
Wikipedia SPARQL Query for East Carroll (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q505505 wdt:P1082 ?population. }
OPTIONAL { wd:Q505505 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q505505 wdt:P2046 ?area. }
OPTIONAL { wd:Q505505 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q505505 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q505505 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 East Carroll map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.537539, -91.457643, 33.005091, -91.002708);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (East Carroll)
[out:json];
(
rel["name"="East Carroll"][type=boundary];
rel["name:en"="East Carroll"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of East Carroll
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alsatia | 32.612910 , -91.182330 |
Arlington | 32.820960 , -91.175660 |
Atherton | 32.698470 , -91.170390 |
Bomer | 32.599030 , -91.183170 |
Bowie | 32.758190 , -91.268170 |
Cottonwood | 32.888460 , -91.101770 |
Gassoway | 32.989850 , -91.224830 |
Greenfield | 32.758190 , -91.228440 |
Grimes | 32.655970 , -91.181780 |
Highland | 32.856240 , -91.218440 |
Lake Providence | 32.813235 , -91.182473 |
Millikin | 32.961790 , -91.225940 |
Montecello | 32.596530 , -91.394000 |
Panola | 32.907630 , -91.225940 |
Pilcher Point | 32.950130 , -91.200110 |
Roosevelt | 32.572080 , -91.182330 |
Shelburn | 32.884290 , -91.225670 |
Sondheimer | 32.550140 , -91.175940 |
Transylvania | 32.678470 , -91.182610 |
Waddell | 32.752350 , -91.270110 |
Wilman | 32.732630 , -91.161220 |
Notes:
- You can download geometry data for East 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.