Download outline map of Parmer (geojson format) :
Parmer.geojson (**)
Download polygon array of Parmer map for "Google Maps" :
Parmer.txt
Bounding Box for Parmer Map : ( 34.312277 , -103.043816 , 34.747698 , -102.525123 )
Wikipedia ID for Parmer : Q484521
Wikipedia SPARQL Query for Parmer (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484521 wdt:P1082 ?population. }
OPTIONAL { wd:Q484521 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484521 wdt:P2046 ?area. }
OPTIONAL { wd:Q484521 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484521 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484521 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 Parmer map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.312277, -103.043816, 34.747698, -102.525123);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Parmer)
[out:json];
(
rel["name"="Parmer"][type=boundary];
rel["name:en"="Parmer"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Parmer
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Black | 34.682570 , -102.609380 |
Bovina | 34.515657 , -102.884656 |
Clays Corner | 34.385910 , -102.716600 |
Farwell | 34.385608 , -103.037297 |
Friona | 34.639432 , -102.723065 |
Hub | 34.525630 , -102.728270 |
Lariat | 34.330350 , -102.908000 |
Lazbuddie | 34.393130 , -102.611320 |
Oklahoma Lane | 34.385630 , -102.886890 |
Parmerton | 34.579790 , -102.802440 |
Rhea | 34.671180 , -102.949110 |
Notes:
- You can download geometry data for Parmer 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.