Download outline map of Warren (geojson format) :
Warren.geojson (**)
Download polygon array of Warren map for "Google Maps" :
Warren.txt
Bounding Box for Warren Map : ( 36.776187 , -86.674462 , 37.190708 , -86.113512 )
Wikipedia ID for Warren : Q506357
Wikipedia SPARQL Query for Warren (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q506357 wdt:P1082 ?population. }
OPTIONAL { wd:Q506357 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q506357 wdt:P2046 ?area. }
OPTIONAL { wd:Q506357 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q506357 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q506357 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 Warren map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.776187, -86.674462, 37.190708, -86.113512);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Warren)
[out:json];
(
rel["name"="Warren"][type=boundary];
rel["name:en"="Warren"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Warren
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alvaton | 36.873380 , -86.353050 |
Anna | 37.116430 , -86.423040 |
Barren River | 37.049210 , -86.516660 |
Benleo | 37.113930 , -86.544160 |
Blue Level | 36.977540 , -86.541100 |
Bowling Green | 36.972282 , -86.437407 |
Boyce | 36.831990 , -86.379440 |
Browning | 36.946990 , -86.609720 |
Buffalo Fork | 36.999490 , -86.673330 |
Clark Landing | 37.135320 , -86.602210 |
Claypool | 36.905880 , -86.240820 |
Drake | 36.836150 , -86.409710 |
Girkin | 37.067540 , -86.358320 |
Glenmore | 37.168380 , -86.398870 |
Gotts | 36.972820 , -86.313880 |
Greencastle | 37.091710 , -86.495540 |
Greenhill | 36.908100 , -86.315820 |
Guy | 37.123930 , -86.613050 |
Hadley | 37.059770 , -86.606940 |
Hardcastle | 36.941710 , -86.328880 |
Hays | 37.031440 , -86.138870 |
Hydro | 36.975600 , -86.156370 |
Kepler | 36.974770 , -86.200540 |
Loving | 37.020320 , -86.291100 |
Martinsville | 36.924490 , -86.214710 |
Matlock | 36.832820 , -86.466100 |
Middle Bridge | 36.944850 , -86.395150 |
Motley | 36.907540 , -86.288040 |
Oakland | 37.046858 , -86.250625 |
Petros | 36.897260 , -86.596660 |
Plano | 36.877183 , -86.416528 |
Plum Springs | 37.019732 , -86.382351 |
Polkville | 36.972540 , -86.270820 |
Pondsville | 36.994490 , -86.165260 |
Rich Pond | 36.894210 , -86.509440 |
Richardsville | 37.104770 , -86.470820 |
Riverside | 37.158930 , -86.543600 |
Rockfield | 36.910320 , -86.564440 |
Rockland | 37.089770 , -86.583880 |
Sand Hill | 37.105040 , -86.385820 |
Shawnee Estates | 36.952820 , -86.457210 |
Smiths Grove | 37.050325 , -86.208342 |
Sunnyside | 37.028380 , -86.307490 |
Three Forks | 36.953100 , -86.203870 |
Three Springs | 36.916710 , -86.436940 |
Tuckertown | 37.076430 , -86.261370 |
Woodburn | 36.842089 , -86.530050 |
Notes:
- You can download geometry data for Warren 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.