Download outline map of Pecos (geojson format) :
Pecos.geojson (**)
Download polygon array of Pecos map for "Google Maps" :
Pecos.txt
Bounding Box for Pecos Map : ( 30.052808 , -103.585084 , 31.371306 , -101.768377 )
Wikipedia ID for Pecos : Q114459
Wikipedia SPARQL Query for Pecos (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q114459 wdt:P1082 ?population. }
OPTIONAL { wd:Q114459 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q114459 wdt:P2046 ?area. }
OPTIONAL { wd:Q114459 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q114459 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q114459 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 Pecos map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.052808, -103.585084, 31.371306, -101.768377);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pecos)
[out:json];
(
rel["name"="Pecos"][type=boundary];
rel["name:en"="Pecos"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pecos
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Abell City | 31.250140 , -102.658760 |
Alamo Ranchettes Colonia | 30.857100 , -102.902380 |
Bakersfield | 30.891270 , -102.297910 |
Baldridge | 31.027930 , -102.620430 |
Belding | 30.791270 , -103.025160 |
Bodieville Colonia | 30.909040 , -102.870430 |
Buena Vista | 31.211260 , -102.640700 |
Chancellor | 30.692660 , -103.174060 |
Coyanosa | 31.240978 , -103.064828 |
Fort Stockton | 30.892607 , -102.884702 |
Girvin | 31.062930 , -102.388470 |
Guild | 30.955990 , -102.875430 |
Horsehead Crossing | 31.235420 , -102.483760 |
Imperial | 31.266845 , -102.694650 |
Imperial Colonia | 31.272090 , -102.697370 |
Iraan | 30.912903 , -101.900074 |
Little Mexico Colonia | 30.918210 , -102.878490 |
Longfellow | 30.161850 , -102.638480 |
Sheffield | 30.690450 , -101.822630 |
Smith Place | 30.755430 , -103.208220 |
Notes:
- You can download geometry data for Pecos 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.