Download outline map of Pueblo (geojson format) :
Pueblo.geojson (**)
Download polygon array of Pueblo map for "Google Maps" :
Pueblo.txt
Bounding Box for Pueblo Map : ( 37.734704 , -105.050678 , 38.522435 , -104.053921 )
Wikipedia ID for Pueblo : Q312731
Wikipedia SPARQL Query for Pueblo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q312731 wdt:P1082 ?population. }
OPTIONAL { wd:Q312731 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q312731 wdt:P2046 ?area. }
OPTIONAL { wd:Q312731 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q312731 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q312731 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 Pueblo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.734704, -105.050678, 38.522435, -104.053921);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pueblo)
[out:json];
(
rel["name"="Pueblo"][type=boundary];
rel["name:en"="Pueblo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pueblo
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Avondale | 38.235131 , -104.343455 |
| Belle Plain | 38.308249 , -104.579715 |
| Beulah | 38.075010 , -104.986650 |
| Beulah Valley | 38.066475 , -104.978532 |
| Blende | 38.246890 , -104.569201 |
| Boone | 38.249297 , -104.257893 |
| Bragdon | 38.401950 , -104.611640 |
| Bronquist | 38.201950 , -104.891650 |
| Burnt Mill | 38.051670 , -104.796370 |
| Cedar Crest | 37.806950 , -104.298580 |
| Cedar Grove | 38.075010 , -104.938880 |
| Cedarwood | 37.941680 , -104.617480 |
| Colorado City | 37.936526 , -104.845888 |
| Cuerna Verde Park | 37.921950 , -104.971380 |
| Devine | 38.275000 , -104.457470 |
| Fearnowville | 38.279170 , -104.560250 |
| Fort Reynolds | 38.230560 , -104.303300 |
| Goodnight | 38.261110 , -104.669980 |
| Goodpasture | 38.083340 , -104.919990 |
| Greenhorn | 37.906950 , -104.853320 |
| Hamlet | 38.154730 , -104.093850 |
| Henkel | 38.520000 , -104.626360 |
| Hobson | 38.340840 , -104.934430 |
| Lombard Village | 38.225000 , -104.544970 |
| Nepesta | 38.168890 , -104.143020 |
| North Avondale | 38.261950 , -104.346080 |
| Nyberg | 38.268340 , -104.398020 |
| Pinon | 38.433330 , -104.607470 |
| Pueblo | 38.270466 , -104.612962 |
| Pueblo West | 38.355088 , -104.726564 |
| Rye | 37.921281 , -104.932135 |
| Salt Creek | 38.238939 , -104.588188 |
| Siloam | 38.251390 , -104.975820 |
| Stem Beach | 38.163890 , -104.643590 |
| Stone City | 38.448610 , -104.861090 |
| Swallows | 38.302220 , -104.860260 |
| Valley View | 38.068340 , -104.976930 |
| Vineland | 38.244738 , -104.459866 |
| Whiterock | 37.865840 , -104.114410 |
| Wild Horse | 38.329170 , -104.668590 |
Notes:
- You can download geometry data for Pueblo 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.