Download outline map of Barren (geojson format) :
Barren.geojson (**)
Download polygon array of Barren map for "Google Maps" :
Barren.txt
Bounding Box for Barren Map : ( 36.722722 , -86.17641 , 37.169813 , -85.739255 )
Wikipedia ID for Barren : Q486081
Wikipedia SPARQL Query for Barren (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486081 wdt:P1082 ?population. }
OPTIONAL { wd:Q486081 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486081 wdt:P2046 ?area. }
OPTIONAL { wd:Q486081 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486081 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486081 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 Barren map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.722722, -86.17641, 37.169813, -85.739255);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Barren)
[out:json];
(
rel["name"="Barren"][type=boundary];
rel["name:en"="Barren"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Barren
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Apple Grove | 37.055330 , -86.072760 |
Austin | 36.825330 , -86.019150 |
Beckton | 36.984220 , -86.036370 |
Berry Store | 36.953380 , -86.140820 |
Bon Ayr | 37.024490 , -86.058870 |
Bristletown | 36.934220 , -85.919420 |
Cave City | 37.140095 , -85.964658 |
Cooktown | 36.834770 , -85.940810 |
Coral Hill | 37.051440 , -85.856360 |
Dry Fork | 36.815330 , -85.924700 |
Eighty Eight | 36.918390 , -85.786360 |
Etoile | 36.835610 , -85.899980 |
Finney | 36.915320 , -86.104980 |
Glasgow | 37.004799 , -85.925586 |
Goodnight | 37.093380 , -85.880250 |
Griderville | 37.112830 , -85.870250 |
Halfway | 37.088390 , -85.795530 |
Haywood | 36.946160 , -85.974420 |
Hiseville | 37.100822 , -85.814879 |
Kino | 36.947830 , -85.777470 |
Lecta | 37.011160 , -85.856090 |
Lucas | 36.891720 , -86.037480 |
Merry Oaks | 37.022270 , -86.106090 |
Nobob | 36.865330 , -85.774140 |
Oil City | 37.033380 , -85.983030 |
Park | 37.140330 , -85.774690 |
Park City | 37.093400 , -86.048554 |
Peter Creek | 36.845050 , -85.979150 |
Railton | 36.981710 , -86.120540 |
Red Cross | 36.978660 , -86.085820 |
Rocky Hill | 36.940050 , -86.071090 |
Slick Rock | 37.005890 , -85.798030 |
Stovall | 37.056440 , -86.010260 |
Temple Hill | 36.886720 , -85.847200 |
Tracy | 36.798110 , -85.970540 |
Notes:
- You can download geometry data for Barren 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.