Download outline map of Osage (geojson format) :
Osage.geojson (**)
Download polygon array of Osage map for "Google Maps" :
Osage.txt
Bounding Box for Osage Map : ( 36.16087 , -97.064597 , 36.999414 , -96.000281 )
Wikipedia ID for Osage : Q495925
Wikipedia SPARQL Query for Osage (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q495925 wdt:P1082 ?population. }
OPTIONAL { wd:Q495925 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495925 wdt:P2046 ?area. }
OPTIONAL { wd:Q495925 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495925 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495925 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 Osage map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.16087, -97.064597, 36.999414, -96.000281);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Osage)
[out:json];
(
rel["name"="Osage"][type=boundary];
rel["name:en"="Osage"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Osage
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Apperson | 36.751150 , -96.766140 |
| Avant | 36.488624 , -96.059854 |
| Barnsdall | 36.560658 , -96.162653 |
| Bigheart | 36.851730 , -96.225830 |
| Blackland | 36.829210 , -96.492240 |
| Boulanger Landing | 36.970060 , -96.200270 |
| Boulangerville | 36.956450 , -96.218330 |
| Bowring | 36.878130 , -96.119990 |
| Burbank | 36.696461 , -96.729211 |
| Carter Nine | 36.744760 , -96.661420 |
| Cooper | 36.811150 , -96.751980 |
| Doga | 36.566710 , -96.795590 |
| Fairfax | 36.569752 , -96.708002 |
| Fite | 36.723420 , -96.079430 |
| Foraker | 36.872160 , -96.569116 |
| Frankfort | 36.975870 , -96.679750 |
| Gilland | 36.533140 , -96.154170 |
| Grainola | 36.937938 , -96.648791 |
| Herd | 36.864510 , -96.200830 |
| Hickory Hill | 36.945900 , -96.110260 |
| Hominy | 36.422142 , -96.392952 |
| Hulah | 36.928680 , -96.035260 |
| Indian Village | 36.410630 , -96.385020 |
| Kiheki | 36.673130 , -96.215830 |
| Lep | 36.790590 , -96.725030 |
| Little Chief | 36.665880 , -96.640310 |
| Lyman | 36.840310 , -96.743360 |
| McCord | 36.679716 , -97.034560 |
| Morgans Corner | 36.368140 , -96.214170 |
| Myers | 36.753390 , -96.400840 |
| Nanos | 36.796450 , -96.269440 |
| Nelagoney | 36.626460 , -96.242230 |
| New Prue | 36.253140 , -96.270850 |
| Nichols | 36.520080 , -96.138060 |
| Oak Ridge | 36.897010 , -96.113040 |
| Okesa | 36.712860 , -96.134720 |
| Opah | 36.751180 , -96.293340 |
| Osage | 36.294894 , -96.417956 |
| Osage Junction | 36.535330 , -96.718370 |
| Pawhuska | 36.668992 , -96.331367 |
| Pearsonia | 36.801720 , -96.450850 |
| Pershing | 36.593400 , -96.275280 |
| Prue | 36.249568 , -96.266705 |
| Remington | 36.644490 , -96.721140 |
| Shidler | 36.780760 , -96.659633 |
| Skiatook | 36.369679 , -96.019316 |
| Soldani | 36.759200 , -96.797530 |
| Strohm | 36.643110 , -96.555580 |
| Tallant | 36.597580 , -96.190560 |
| Torpedo | 36.727030 , -96.043040 |
| Webb City | 36.807421 , -96.711947 |
| Wolco | 36.538420 , -96.071380 |
| Woolaroc | 36.660910 , -96.114440 |
| Wynona | 36.545756 , -96.326667 |
Notes:
- You can download geometry data for Osage 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.