Download outline map of Colorado (geojson format) :
Colorado.geojson (**)
Download polygon array of Colorado map for "Google Maps" :
Colorado.txt
Bounding Box for Colorado Map : ( 29.247804 , -96.874222 , 29.961516 , -96.175422 )
Wikipedia ID for Colorado : Q26885
Wikipedia SPARQL Query for Colorado (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26885 wdt:P1082 ?population. }
OPTIONAL { wd:Q26885 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26885 wdt:P2046 ?area. }
OPTIONAL { wd:Q26885 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26885 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26885 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 Colorado map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.247804, -96.874222, 29.961516, -96.175422);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Colorado)
[out:json];
(
rel["name"="Colorado"][type=boundary];
rel["name:en"="Colorado"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Colorado
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alleyton | 29.706620 , -96.486360 |
Altair | 29.571350 , -96.454140 |
Bernardo | 29.760790 , -96.392190 |
Boedecker Junction | 29.479130 , -96.359410 |
Borden | 29.691350 , -96.701920 |
Chesterville | 29.609960 , -96.207460 |
Columbus | 29.705471 , -96.556253 |
Eagle Lake | 29.587233 , -96.328563 |
Frelsburg | 29.871060 , -96.546640 |
Garwood | 29.449690 , -96.396910 |
Glidden | 29.697568 , -96.590813 |
Helms | 29.650510 , -96.503030 |
Hillcrest | 29.748840 , -96.601080 |
Hoefer | 29.602180 , -96.242740 |
Laban | 29.684960 , -96.469410 |
Lafitte | 29.662180 , -96.262740 |
Lakeside | 29.564960 , -96.328850 |
Lone Oak | 29.901620 , -96.581920 |
Matthews | 29.499410 , -96.322740 |
Mentz | 29.750230 , -96.436910 |
Nada | 29.404970 , -96.386360 |
New Bielau | 29.634400 , -96.773310 |
Oakland | 29.601630 , -96.829980 |
Pisek | 29.916890 , -96.583030 |
Ramsey | 29.653850 , -96.401360 |
Rayner Junction | 29.553570 , -96.328850 |
Rock Island | 29.531070 , -96.575250 |
Sheridan | 29.493570 , -96.671090 |
Weimar | 29.700055 , -96.777349 |
Notes:
- You can download geometry data for Colorado 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.