Download outline map of Caddo (geojson format) :
Caddo.geojson (**)
Download polygon array of Caddo map for "Google Maps" :
Caddo.txt
Bounding Box for Caddo Map : ( 34.854832 , -98.62401 , 35.551682 , -98.091094 )
Wikipedia ID for Caddo : Q491590
Wikipedia SPARQL Query for Caddo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491590 wdt:P1082 ?population. }
OPTIONAL { wd:Q491590 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491590 wdt:P2046 ?area. }
OPTIONAL { wd:Q491590 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491590 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491590 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 Caddo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.854832, -98.62401, 35.551682, -98.091094);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Caddo)
[out:json];
(
rel["name"="Caddo"][type=boundary];
rel["name:en"="Caddo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Caddo
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Albert | 35.232840 , -98.411450 |
| Alfalfa | 35.218950 , -98.607290 |
| Anadarko | 35.065235 , -98.244064 |
| Apache | 34.893759 , -98.358099 |
| Apache Wye | 35.043670 , -98.356720 |
| Binger | 35.310416 , -98.343200 |
| Boone | 34.898680 , -98.462000 |
| Bridgeport | 35.547590 , -98.377474 |
| Broxton | 34.985900 , -98.409220 |
| Carnegie | 35.102385 , -98.599496 |
| Cement | 34.936210 , -98.136353 |
| Cogar | 35.333950 , -98.130610 |
| Cyril | 34.898657 , -98.203040 |
| Eakly | 35.305400 , -98.556062 |
| Fort Cobb | 35.101751 , -98.441048 |
| Gracemont | 35.187763 , -98.257109 |
| Hatchetville | 34.942010 , -98.443950 |
| Hinton | 35.479656 , -98.358862 |
| Hydro | 35.547986 , -98.579684 |
| Indian City | 35.037280 , -98.225880 |
| Lookeba | 35.363021 , -98.363833 |
| Nowhere | 35.159230 , -98.442280 |
| Pine Ridge | 35.015060 , -98.444500 |
| Sickles | 35.362830 , -98.447840 |
| Spring Creek | 35.261730 , -98.183390 |
| Squaretop | 35.075340 , -98.301720 |
| Stecker | 34.957560 , -98.315890 |
| Washita | 35.102840 , -98.340890 |
Notes:
- You can download geometry data for Caddo 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.