Download outline map of Kimble (geojson format) :
Kimble.geojson (**)
Download polygon array of Kimble map for "Google Maps" :
Kimble.txt
Bounding Box for Kimble Map : ( 30.286653 , -100.116873 , 30.711019 , -99.301718 )
Wikipedia ID for Kimble : Q26526
Wikipedia SPARQL Query for Kimble (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26526 wdt:P1082 ?population. }
OPTIONAL { wd:Q26526 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26526 wdt:P2046 ?area. }
OPTIONAL { wd:Q26526 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26526 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26526 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 Kimble map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.286653, -100.116873, 30.711019, -99.301718);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kimble)
[out:json];
(
rel["name"="Kimble"][type=boundary];
rel["name:en"="Kimble"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kimble
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Buck Hollow | 30.490190 , -100.020630 |
Cleo | 30.603800 , -99.875070 |
Junction | 30.490667 , -99.772565 |
London | 30.676850 , -99.576450 |
Roosevelt | 30.491020 , -100.055080 |
Segovia | 30.419360 , -99.670340 |
Telegraph | 30.327420 , -99.906180 |
Wilson Place | 30.402970 , -100.086190 |
Yates | 30.587960 , -99.593400 |
Notes:
- You can download geometry data for Kimble 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.