Download outline map of Gunnison (geojson format) :
Gunnison.geojson (**)
Download polygon array of Gunnison map for "Google Maps" :
Gunnison.txt
Bounding Box for Gunnison Map : ( 38.146888 , -107.63504 , 39.25773 , -106.245363 )
Wikipedia ID for Gunnison : Q127979
Wikipedia SPARQL Query for Gunnison (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q127979 wdt:P1082 ?population. }
OPTIONAL { wd:Q127979 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q127979 wdt:P2046 ?area. }
OPTIONAL { wd:Q127979 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q127979 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q127979 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 Gunnison map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.146888, -107.63504, 39.25773, -106.245363);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Gunnison)
[out:json];
(
rel["name"="Gunnison"][type=boundary];
rel["name:en"="Gunnison"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Gunnison
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Abbeyville | 38.777490 , -106.492250 |
Almont | 38.664710 , -106.846150 |
Baldwin | 38.763880 , -107.047830 |
Bear Mine | 38.986275 , -107.347519 |
Cement Creek | 38.817216 , -106.881782 |
Chance | 38.437210 , -106.849760 |
Crested Butte | 38.867736 , -106.977267 |
Doyleville | 38.451660 , -106.609480 |
Elkton | 38.963600 , -107.033380 |
Floresta | 38.841940 , -107.122830 |
Gateview | 38.293610 , -107.218670 |
Gothic | 38.959160 , -106.989770 |
Gunnison | 38.545478 , -106.922551 |
Harry Parker Place | 39.052210 , -107.469220 |
Hierro | 38.503042 , -107.017639 |
Iola | 38.480409 , -107.110004 |
Irwin | 38.873600 , -107.096990 |
Jacks Cabin | 38.722550 , -106.776938 |
Marble | 39.071817 , -107.190467 |
Meridian Lake | 38.908279 , -107.024216 |
Mount Crested Butte | 38.908454 , -106.958672 |
Ohio | 38.566660 , -106.611700 |
Parlin | 38.502770 , -106.728370 |
Patterson Place | 39.113870 , -107.417550 |
Pieplant Mill | 38.938050 , -106.559470 |
Pitkin | 38.608612 , -106.516466 |
Pittsburg | 38.952210 , -107.062550 |
Powderhorn | 38.276940 , -107.095880 |
Rainbow | 38.771652 , -106.619052 |
Ruby | 38.866100 , -107.095600 |
Sapinero | 38.459440 , -107.302280 |
Sillsville | 38.446660 , -106.761150 |
Skyland | 38.869835 , -106.987357 |
Smith Place | 38.201660 , -107.059770 |
Somerset | 38.926380 , -107.470330 |
Waunita Hot Springs | 38.514160 , -106.508360 |
Windy Point | 38.546822 , -106.925983 |
Notes:
- You can download geometry data for Gunnison 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.