Pitkin (Colorado) Map Cropping Samples
Pitkin (Colorado) Map Cropping Samples-1
Pitkin (Colorado) Map Cropping Samples-2
Pitkin neighborhoods and villages map with 3D shadow effect
flag map of Pitkin with 3D shadow effect
Pitkin map with 3d shadow effect
Download outline map of Pitkin (geojson format) :
Pitkin.geojson (**)
Download polygon array of Pitkin map for "Google Maps" :
Pitkin.txt
Bounding Box for Pitkin Map : ( 38.97772 , -107.465957 , 39.366301 , -106.426487 )
Wikipedia ID for Pitkin : Q312475
Wikipedia SPARQL Query for Pitkin (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q312475 wdt:P1082 ?population. }
OPTIONAL { wd:Q312475 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q312475 wdt:P2046 ?area. }
OPTIONAL { wd:Q312475 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q312475 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q312475 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 Pitkin map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.97772, -107.465957, 39.366301, -106.426487);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pitkin)
[out:json];
(
rel["name"="Pitkin"][type=boundary];
rel["name:en"="Pitkin"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pitkin
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ashcroft | 39.053600 , -106.799760 |
Aspen | 39.194951 , -106.837004 |
Biglow | 39.343600 , -106.667260 |
Independence | 39.108110 , -106.609909 |
Lenado | 39.242490 , -106.762540 |
Nast | 39.291650 , -106.601420 |
Norrie | 39.328132 , -106.656276 |
Redstone | 39.183982 , -107.240595 |
Snowmass Village | 39.220250 , -106.939277 |
Thomasville | 39.360260 , -106.702540 |
West Village | 39.189117 , -106.819682 |
Wingo | 39.345820 , -107.010320 |
Woody Creek | 39.270873 , -106.888332 |
Notes:
- You can download geometry data for Pitkin 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.