Download outline map of Pawnee (geojson format) :
Pawnee.geojson (**)
Download polygon array of Pawnee map for "Google Maps" :
Pawnee.txt
Bounding Box for Pawnee Map : ( 36.158885 , -97.032303 , 36.565407 , -96.242799 )
Wikipedia ID for Pawnee : Q408474
Wikipedia SPARQL Query for Pawnee (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q408474 wdt:P1082 ?population. }
OPTIONAL { wd:Q408474 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q408474 wdt:P2046 ?area. }
OPTIONAL { wd:Q408474 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q408474 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q408474 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 Pawnee map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.158885, -97.032303, 36.565407, -96.242799);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pawnee)
[out:json];
(
rel["name"="Pawnee"][type=boundary];
rel["name:en"="Pawnee"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pawnee
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Baugh | 36.218970 , -96.317510 |
Blackburn | 36.373067 , -96.596515 |
Calida | 36.193130 , -96.298070 |
Casey | 36.282560 , -96.674200 |
Cedar Ridge | 36.207860 , -96.270010 |
Cleveland | 36.300118 , -96.462958 |
Cody | 36.318950 , -96.710310 |
Curchece | 36.218970 , -96.292790 |
Empy | 36.222300 , -96.320010 |
Esau Junction | 36.353670 , -96.704750 |
Hallett | 36.231561 , -96.567845 |
Jennings | 36.182294 , -96.568977 |
Jobes | 36.438940 , -96.720870 |
Jubys | 36.203690 , -96.284460 |
Leander | 36.223130 , -96.306120 |
Lela | 36.318940 , -96.924480 |
Leroy | 36.210360 , -96.256960 |
Maramec | 36.241970 , -96.680496 |
Masham | 36.449220 , -96.853650 |
Mule Barn | 36.217020 , -96.311960 |
Oak Grove | 36.205579 , -96.338392 |
Pawnee | 36.336354 , -96.801862 |
Peterman Ridge | 36.196190 , -96.289180 |
Rabornville | 36.205360 , -96.327510 |
Ralston | 36.503537 , -96.737538 |
Rambo | 36.268940 , -96.889480 |
Rigsby | 36.206190 , -96.362240 |
Sha-To-She | 36.213140 , -96.277230 |
Skedee | 36.380430 , -96.703909 |
Terlton | 36.185783 , -96.490326 |
Timberlane | 36.212580 , -96.261960 |
Watchorn | 36.420050 , -96.996710 |
Wes | 36.212020 , -96.269180 |
Westport | 36.195238 , -96.335745 |
Notes:
- You can download geometry data for Pawnee 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.