Download outline map of Chicot (geojson format) :
Chicot.geojson (**)
Download polygon array of Chicot map for "Google Maps" :
Chicot.txt
Bounding Box for Chicot Map : ( 33.004106 , -91.460516 , 33.563703 , -91.043604 )
Wikipedia ID for Chicot : Q61458
Wikipedia SPARQL Query for Chicot (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61458 wdt:P1082 ?population. }
OPTIONAL { wd:Q61458 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61458 wdt:P2046 ?area. }
OPTIONAL { wd:Q61458 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61458 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61458 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 Chicot map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.004106, -91.460516, 33.563703, -91.043604);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Chicot)
[out:json];
(
rel["name"="Chicot"][type=boundary];
rel["name:en"="Chicot"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Chicot
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ashton | 33.312890 , -91.339280 |
Bellaire | 33.504280 , -91.359280 |
Boeuf | 33.198730 , -91.379840 |
Bowman | 33.454000 , -91.303170 |
Chanticleer | 33.300950 , -91.279280 |
Chicot Junction | 33.202900 , -91.259830 |
Cosgrove | 33.306510 , -91.399560 |
Dermott | 33.526943 , -91.432307 |
Dewey | 33.474280 , -91.242610 |
Elmwood | 33.465390 , -91.283170 |
Eminence | 33.227620 , -91.189280 |
Empire | 33.122070 , -91.435400 |
Eudora | 33.119126 , -91.263992 |
Fairview | 33.283730 , -91.260670 |
Grand Lake | 33.092340 , -91.210670 |
Gum Corner | 33.169560 , -91.287060 |
Halley Junction | 33.532890 , -91.375400 |
Hanna | 33.090120 , -91.270670 |
Harwood | 33.162900 , -91.128160 |
Hickory Ridge | 33.191510 , -91.260390 |
Hudspeth | 33.437060 , -91.452620 |
Jennie | 33.256230 , -91.286220 |
Lake Village | 33.329023 , -91.285186 |
Lakehall | 33.328450 , -91.270670 |
Lakeport | 33.225120 , -91.126780 |
Leland | 33.372340 , -91.156500 |
Luna | 33.383170 , -91.205110 |
Macon Lake | 33.428730 , -91.324560 |
McMillan Corner | 33.387060 , -91.308450 |
Myrtle Grove | 33.310390 , -91.271220 |
Point Comfort | 33.459280 , -91.165670 |
Readland | 33.065680 , -91.213440 |
Red Leaf | 33.272340 , -91.196500 |
Ross Van Ness | 33.110400 , -91.348730 |
Shives | 33.275400 , -91.170940 |
Sunnyside | 33.294560 , -91.180670 |
Vaucluse | 33.346510 , -91.198720 |
Wellford | 33.051790 , -91.318170 |
Yellow Bayou | 33.408170 , -91.254000 |
Notes:
- You can download geometry data for Chicot 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.