Download outline map of Park (geojson format) :
Park.geojson (**)
Download polygon array of Park map for "Google Maps" :
Park.txt
Bounding Box for Park Map : ( 38.693089 , -106.210173 , 39.568197 , -105.328153 )
Wikipedia ID for Park : Q312742
Wikipedia SPARQL Query for Park (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q312742 wdt:P1082 ?population. }
OPTIONAL { wd:Q312742 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q312742 wdt:P2046 ?area. }
OPTIONAL { wd:Q312742 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q312742 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q312742 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 Park map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.693089, -106.210173, 39.568197, -105.328153);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Park)
[out:json];
(
rel["name"="Park"][type=boundary];
rel["name:en"="Park"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Park
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alma | 39.285255 , -106.065591 |
Alma Junction | 39.267490 , -106.045300 |
Antero Junction | 38.923330 , -105.965290 |
Bailey | 39.405540 , -105.473330 |
Balfour | 38.907220 , -105.724450 |
Bordenville | 39.276100 , -105.683620 |
Como | 39.316100 , -105.892790 |
Dudley | 39.322853 , -106.082149 |
Estabrook | 39.383050 , -105.429440 |
Fairplay | 39.224498 , -105.995876 |
Garo | 39.107770 , -105.890290 |
Glenisle | 39.408880 , -105.509720 |
Grant | 39.459710 , -105.661670 |
Guffey | 38.759110 , -105.502427 |
Harris Park | 39.511660 , -105.491110 |
Hartsel | 39.021660 , -105.795840 |
Haver | 38.964990 , -105.927510 |
Highland Park | 39.498880 , -105.529170 |
Insmont | 39.391930 , -105.453050 |
Jefferson | 39.377210 , -105.800570 |
Lake George | 38.979710 , -105.357490 |
Park City | 39.277447 , -106.097717 |
Peabodys | 39.348040 , -105.927240 |
Pike-San Isabel Village | 39.051940 , -105.720560 |
Platte Springs | 39.063600 , -105.358610 |
Quartzville | 39.355930 , -106.063642 |
Santa Maria | 39.449710 , -105.633340 |
Shawnee | 39.421100 , -105.554170 |
Singleton | 39.443040 , -105.601950 |
Tarryall | 39.121940 , -105.475560 |
Trump | 38.849160 , -105.788340 |
Webster | 39.457490 , -105.720280 |
Weller | 39.447490 , -105.620560 |
Will-o-the-Wisp | 39.461380 , -105.410270 |
Notes:
- You can download geometry data for Park 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.