Download outline map of Reeves (geojson format) :
Reeves.geojson (**)
Download polygon array of Reeves map for "Google Maps" :
Reeves.txt
Bounding Box for Reeves Map : ( 30.76647 , -104.102351 , 32.000125 , -103.010403 )
Wikipedia ID for Reeves : Q112550
Wikipedia SPARQL Query for Reeves (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q112550 wdt:P1082 ?population. }
OPTIONAL { wd:Q112550 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q112550 wdt:P2046 ?area. }
OPTIONAL { wd:Q112550 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q112550 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q112550 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 Reeves map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.76647, -104.102351, 32.000125, -103.010403);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Reeves)
[out:json];
(
rel["name"="Reeves"][type=boundary];
rel["name:en"="Reeves"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Reeves
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arno | 31.663190 , -103.636020 |
Balmorhea | 30.984158 , -103.743875 |
Brogado | 30.994367 , -103.722825 |
Burchard Place | 31.504300 , -103.856580 |
Collier | 31.167640 , -103.583510 |
Cuatro Caminos | 30.855980 , -103.593790 |
Hermosa | 31.376520 , -103.641570 |
Hoban | 31.194310 , -103.576010 |
Lindsay | 31.369077 , -103.537530 |
Lindsay Division Colonia | 31.369020 , -103.537400 |
Old House Place | 31.219580 , -103.977410 |
Orla | 31.825130 , -103.908810 |
Pecos | 31.404615 , -103.505678 |
Pueblo Vitoria | 30.966530 , -103.776570 |
Red Bluff | 31.894850 , -103.917420 |
Riverton | 31.753460 , -103.771580 |
Robinson Arms Landing | 31.964010 , -103.962150 |
San Martine | 31.157910 , -104.070190 |
Saragosa | 31.024030 , -103.661570 |
Toyah | 31.312498 , -103.794612 |
Toyahvale | 30.944310 , -103.789350 |
Verhalen | 31.126530 , -103.593510 |
Worsham | 31.362910 , -103.530170 |
Notes:
- You can download geometry data for Reeves 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.