Download outline map of Routt (geojson format) :
Routt.geojson (**)
Download polygon array of Routt map for "Google Maps" :
Routt.txt
Bounding Box for Routt Map : ( 39.918671 , -107.442594 , 41.003444 , -106.626112 )
Wikipedia ID for Routt : Q312734
Wikipedia SPARQL Query for Routt (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q312734 wdt:P1082 ?population. }
OPTIONAL { wd:Q312734 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q312734 wdt:P2046 ?area. }
OPTIONAL { wd:Q312734 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q312734 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q312734 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 Routt map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](39.918671, -107.442594, 41.003444, -106.626112);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Routt)
[out:json];
(
rel["name"="Routt"][type=boundary];
rel["name:en"="Routt"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Routt
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Battle Creek | 41.001350 , -107.245060 |
Clark | 40.706080 , -106.919220 |
Dunckley | 40.300810 , -107.194220 |
Elk River | 40.545830 , -106.893281 |
Hahns Peak | 40.798606 , -106.951110 |
Haybro | 40.332200 , -106.959490 |
Hayden | 40.485239 , -107.242313 |
Hitchens | 40.484788 , -106.991944 |
Mad Creek | 40.566090 , -106.888380 |
Mc Gregor | 40.479420 , -107.035050 |
Milner | 40.484700 , -107.019500 |
Mount Harris | 40.483590 , -107.144780 |
Mystic | 40.569970 , -106.995890 |
Oak Creek | 40.273991 , -106.957083 |
Pagoda | 40.336920 , -107.415890 |
Phippsburg | 40.230139 , -106.950796 |
Sidney | 40.353314 , -106.814596 |
Slavonia | 40.784420 , -106.704210 |
Steamboat II | 40.508030 , -106.906720 |
Steamboat Springs | 40.477414 , -106.823294 |
Toponas | 40.060260 , -106.808100 |
Trapper | 40.103870 , -106.879770 |
Yampa | 40.152996 , -106.908496 |
Notes:
- You can download geometry data for Routt 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.