Download outline map of Lamb (geojson format) :
Lamb.geojson (**)
Download polygon array of Lamb map for "Google Maps" :
Lamb.txt
Bounding Box for Lamb Map : ( 33.824596 , -102.615596 , 34.313297 , -102.085733 )
Wikipedia ID for Lamb : Q112781
Wikipedia SPARQL Query for Lamb (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q112781 wdt:P1082 ?population. }
OPTIONAL { wd:Q112781 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q112781 wdt:P2046 ?area. }
OPTIONAL { wd:Q112781 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q112781 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q112781 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 Lamb map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.824596, -102.615596, 34.313297, -102.085733);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lamb)
[out:json];
(
rel["name"="Lamb"][type=boundary];
rel["name:en"="Lamb"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lamb
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Amherst | 34.011982 , -102.414775 |
Bainer | 33.861200 , -102.239900 |
Circle | 34.188140 , -102.236290 |
Cofferville | 34.010920 , -102.325740 |
Corry | 34.026750 , -102.101290 |
Earth | 34.233800 , -102.409176 |
Fieldton | 34.039260 , -102.223230 |
Friendship | 33.987590 , -102.573810 |
Hart Camp | 34.026200 , -102.153790 |
Littlefield | 33.919082 , -102.334882 |
Lums Chapel | 33.832590 , -102.327680 |
Olton | 34.180199 , -102.137039 |
Pleasant Valley | 34.298690 , -102.560480 |
Spade | 33.926033 , -102.154241 |
Springlake | 34.231621 , -102.305734 |
Sudan | 34.066415 , -102.524194 |
Notes:
- You can download geometry data for Lamb 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.