Download outline map of Lubbock (geojson format) :
Lubbock.geojson (**)
Download polygon array of Lubbock map for "Google Maps" :
Lubbock.txt
Bounding Box for Lubbock Map : ( 33.389586 , -102.085768 , 33.830451 , -101.556884 )
Wikipedia ID for Lubbock : Q111790
Wikipedia SPARQL Query for Lubbock (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111790 wdt:P1082 ?population. }
OPTIONAL { wd:Q111790 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111790 wdt:P2046 ?area. }
OPTIONAL { wd:Q111790 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111790 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111790 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 Lubbock map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.389586, -102.085768, 33.830451, -101.556884);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lubbock)
[out:json];
(
rel["name"="Lubbock"][type=boundary];
rel["name:en"="Lubbock"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lubbock
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Acuff | 33.595090 , -101.620160 |
Becton | 33.783690 , -101.647670 |
Broadview | 33.636750 , -101.927950 |
Buffalo Springs | 33.532780 , -101.707904 |
Caldwell | 33.765920 , -101.957670 |
Canyon | 33.592860 , -101.731550 |
Heckville | 33.754800 , -101.665170 |
Hurlwood | 33.576750 , -102.037950 |
Idalou | 33.662497 , -101.683373 |
Kitalou | 33.654810 , -101.727110 |
Liberty | 33.693970 , -101.767110 |
Lubbock | 33.566543 , -101.886499 |
Midway | 33.539530 , -101.583490 |
New Deal | 33.728226 , -101.839730 |
Posey | 33.482590 , -101.710160 |
Ransom Canyon | 33.530356 , -101.683869 |
Reese Center | 33.600070 , -102.040920 |
Reese Village | 33.594810 , -102.022110 |
Roosevelt | 33.581470 , -101.674330 |
Shallowater | 33.690044 , -101.989131 |
Slaton | 33.442453 , -101.647278 |
Slide | 33.413980 , -101.929890 |
Union | 33.413980 , -101.772940 |
West Carlisle | 33.580080 , -101.973780 |
West End Place | 33.575640 , -101.950170 |
Wolfforth | 33.514597 , -102.006665 |
Woodrow | 33.446750 , -101.844050 |
Notes:
- You can download geometry data for Lubbock 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.