Download outline map of Cooke (geojson format) :
Cooke.geojson (**)
Download polygon array of Cooke map for "Google Maps" :
Cooke.txt
Bounding Box for Cooke Map : ( 33.41641 , -97.487065 , 33.956395 , -96.943339 )
Wikipedia ID for Cooke : Q109636
Wikipedia SPARQL Query for Cooke (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109636 wdt:P1082 ?population. }
OPTIONAL { wd:Q109636 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109636 wdt:P2046 ?area. }
OPTIONAL { wd:Q109636 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109636 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109636 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 Cooke map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.41641, -97.487065, 33.956395, -96.943339);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cooke)
[out:json];
(
rel["name"="Cooke"][type=boundary];
rel["name:en"="Cooke"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cooke
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Balm | 33.746770 , -96.976670 |
| Bloomfield | 33.444560 , -97.015560 |
| Bulcher | 33.800380 , -97.429740 |
| Burns City | 33.512610 , -97.037510 |
| Callisburg | 33.698711 , -97.015918 |
| Coesfield | 33.818440 , -97.031950 |
| Dexter | 33.818710 , -96.963620 |
| Era | 33.495390 , -97.288070 |
| Freemound | 33.560660 , -97.476410 |
| Gainesville | 33.638475 , -97.148439 |
| Hemming | 33.431500 , -97.085840 |
| Lake Kiowa | 33.570334 , -97.012924 |
| Leo | 33.452890 , -97.394740 |
| Lindsay | 33.641760 , -97.218017 |
| Lois | 33.456220 , -97.220290 |
| Marysville | 33.770660 , -97.334180 |
| Mountain Springs | 33.480390 , -97.043900 |
| Muenster | 33.658536 , -97.387333 |
| Myra | 33.624000 , -97.314460 |
| Oak Ridge | 33.648122 , -97.038507 |
| Prairie Point | 33.495390 , -97.474470 |
| Rosston | 33.483440 , -97.442250 |
| Shady Grove | 33.567050 , -96.972780 |
| Sivells Bend | 33.849820 , -97.223900 |
| Sturgeon | 33.757330 , -96.975560 |
| Valley View | 33.489189 , -97.153411 |
| Walnut Bend | 33.778720 , -97.064730 |
| Woodbine | 33.610660 , -97.015560 |
Notes:
- You can download geometry data for Cooke 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.