Download outline map of Green (geojson format) :
Green.geojson (**)
Download polygon array of Green map for "Google Maps" :
Green.txt
Bounding Box for Green Map : ( 37.109444 , -85.697325 , 37.471843 , -85.352771 )
Wikipedia ID for Green : Q486087
Wikipedia SPARQL Query for Green (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486087 wdt:P1082 ?population. }
OPTIONAL { wd:Q486087 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486087 wdt:P2046 ?area. }
OPTIONAL { wd:Q486087 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486087 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486087 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 Green map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.109444, -85.697325, 37.471843, -85.352771);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Green)
[out:json];
(
rel["name"="Green"][type=boundary];
rel["name:en"="Green"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Green
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Black Gnat | 37.304230 , -85.436350 |
Bloyd | 37.405340 , -85.575800 |
Bloyds Crossing | 37.360620 , -85.572740 |
Bluff Boom | 37.277840 , -85.461080 |
Bramlett | 37.162000 , -85.461910 |
Coakley | 37.376170 , -85.535520 |
Crailhope | 37.159780 , -85.665800 |
Donansburg | 37.237280 , -85.626080 |
Eve | 37.311170 , -85.678580 |
Exie | 37.159780 , -85.535800 |
Fry | 37.146730 , -85.488300 |
Gabe | 37.307840 , -85.574130 |
Grab | 37.225890 , -85.601630 |
Greensburg | 37.259774 , -85.496515 |
Haskingsville | 37.187010 , -85.395240 |
Hudgins | 37.348670 , -85.680520 |
Kemp | 37.136450 , -85.458020 |
Liletown | 37.143950 , -85.583300 |
Little Barren | 37.127830 , -85.617750 |
Lobb | 37.345890 , -85.644970 |
Mell | 37.112280 , -85.528580 |
Mount Gilead | 37.173120 , -85.384130 |
Newt | 37.179230 , -85.564690 |
Pierce | 37.186450 , -85.607750 |
Roachville | 37.240620 , -85.423580 |
Summersville | 37.326504 , -85.542966 |
Thurlow | 37.212560 , -85.536360 |
Webbs | 37.258950 , -85.601910 |
Whitewood | 37.283670 , -85.436080 |
Notes:
- You can download geometry data for Green 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.