Download outline map of Otero (geojson format) :
Otero.geojson (**)
Download polygon array of Otero map for "Google Maps" :
Otero.txt
Bounding Box for Otero Map : ( 37.642936 , -104.062073 , 38.265508 , -103.398108 )
Wikipedia ID for Otero : Q312509
Wikipedia SPARQL Query for Otero (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q312509 wdt:P1082 ?population. }
OPTIONAL { wd:Q312509 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q312509 wdt:P2046 ?area. }
OPTIONAL { wd:Q312509 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q312509 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q312509 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 Otero map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.642936, -104.062073, 38.265508, -103.398108);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Otero)
[out:json];
(
rel["name"="Otero"][type=boundary];
rel["name:en"="Otero"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Otero
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ayer | 37.758070 , -103.846340 |
Benton | 37.905010 , -103.657170 |
Bloom | 37.687510 , -103.956630 |
Casa | 38.009180 , -103.472160 |
Castiel | 38.107230 , -103.462990 |
Cheraw | 38.108104 , -103.510926 |
Elder | 38.123340 , -103.967180 |
Fayette | 38.072790 , -103.769400 |
Fort Bent | 37.988011 , -103.543245 |
Fowler | 38.129631 , -104.025673 |
Hadley | 38.038340 , -103.403270 |
Hawley | 37.982790 , -103.711060 |
Hays | 38.073060 , -103.619110 |
Higbee | 37.776400 , -103.459390 |
La Junta | 37.979643 , -103.547103 |
La Junta Gardens | 38.001349 , -103.554850 |
La Junta Village | 38.037510 , -103.531050 |
Manzanola | 38.108825 , -103.866778 |
Mindeman | 37.706960 , -103.916620 |
North La Junta | 37.998520 , -103.522695 |
Old Fort Bent | 38.049366 , -103.420400 |
Ormega | 37.960840 , -103.586330 |
Orr | 38.107510 , -103.535220 |
Randall | 38.095560 , -103.579670 |
Roberta | 37.996400 , -103.675780 |
Rocky Ford | 38.049990 , -103.722597 |
Shelton | 38.083340 , -103.606330 |
Swink | 38.014148 , -103.628163 |
Timpas | 37.818070 , -103.774120 |
Vroman | 38.089730 , -103.810230 |
Notes:
- You can download geometry data for Otero 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.