Download outline map of Natrona (geojson format) :
Natrona.geojson (**)
Download polygon array of Natrona map for "Google Maps" :
Natrona.txt
Bounding Box for Natrona Map : ( 42.430488 , -107.543526 , 43.501897 , -106.070569 )
Wikipedia ID for Natrona : Q110592
Wikipedia SPARQL Query for Natrona (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q110592 wdt:P1082 ?population. }
OPTIONAL { wd:Q110592 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q110592 wdt:P2046 ?area. }
OPTIONAL { wd:Q110592 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q110592 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q110592 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 Natrona map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.430488, -107.543526, 43.501897, -106.070569);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Natrona)
[out:json];
(
rel["name"="Natrona"][type=boundary];
rel["name:en"="Natrona"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Natrona
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Air Base Acres | 42.882190 , -106.441140 |
| Alcova | 42.554305 , -106.726294 |
| Alcova Po | 42.559960 , -106.723370 |
| Allendale | 42.814690 , -106.310580 |
| Antelope Hills | 43.081268 , -106.311740 |
| Arminto | 43.178850 , -107.257570 |
| Badwater | 43.322740 , -107.427570 |
| Bar Nunn | 42.921993 , -106.347428 |
| Beck Place | 43.138020 , -106.712270 |
| Bessemer Bend | 42.757584 , -106.523726 |
| Bishop | 42.957470 , -106.450030 |
| Brookhurst | 42.861958 , -106.227512 |
| Bucknum | 43.020800 , -106.626150 |
| Camel Hump | 43.305800 , -106.568930 |
| Casper | 42.843098 , -106.320355 |
| Casper Mountain | 42.744890 , -106.321044 |
| Cow Hollow | 42.853580 , -106.106960 |
| Crimson Dawn | 42.733580 , -106.279470 |
| Edgerton | 43.414162 , -106.247673 |
| Evansville | 42.867621 , -106.253237 |
| Hartrandt | 42.883583 , -106.349234 |
| Hells Half Acre | 43.046588 , -107.092816 |
| Hiland | 43.115240 , -107.348960 |
| Homa Hills | 42.985667 , -106.371975 |
| Meadow Acres | 42.859249 , -106.095448 |
| Midwest | 43.411342 , -106.277079 |
| Mills | 42.846080 , -106.380649 |
| Mountain View | 42.868369 , -106.411621 |
| Osborne Place | 43.099130 , -107.420900 |
| Petrie | 43.031630 , -106.740320 |
| Powder River | 43.049066 , -106.993197 |
| Raderville | 42.905520 , -107.378680 |
| Red Butte | 42.805046 , -106.433933 |
| Red Buttes Village | 42.808020 , -106.421970 |
| Richardson Acres | 42.898580 , -106.342800 |
| Strouds | 42.854970 , -106.241410 |
| Swaim Place | 43.348020 , -107.376180 |
| Thorndale Acres | 42.819690 , -106.313080 |
| Vista West | 42.862021 , -106.436127 |
| Waltman | 43.063300 , -107.195900 |
Notes:
- You can download geometry data for Natrona 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.