Download outline map of Humphreys (geojson format) :
Humphreys.geojson (**)
Download polygon array of Humphreys map for "Google Maps" :
Humphreys.txt
Bounding Box for Humphreys Map : ( 35.803799 , -88.022635 , 36.244754 , -87.529791 )
Wikipedia ID for Humphreys : Q502397
Wikipedia SPARQL Query for Humphreys (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q502397 wdt:P1082 ?population. }
OPTIONAL { wd:Q502397 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q502397 wdt:P2046 ?area. }
OPTIONAL { wd:Q502397 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q502397 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q502397 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 Humphreys map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.803799, -88.022635, 36.244754, -87.529791);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Humphreys)
[out:json];
(
rel["name"="Humphreys"][type=boundary];
rel["name:en"="Humphreys"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Humphreys
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bakerville | 35.943670 , -87.874190 |
Belleview | 36.210610 , -87.816140 |
Bethpage | 36.034510 , -87.627800 |
Bold Spring | 35.967010 , -87.679190 |
Buffalo | 35.885620 , -87.806690 |
Caigletown | 35.905900 , -87.850300 |
Cedar Grove | 35.946170 , -87.810860 |
Concord | 36.230060 , -87.768630 |
Denver | 36.047000 , -87.920860 |
Dry Creek Subdivision | 36.093390 , -87.930030 |
Elysian Grove | 36.026450 , -87.858920 |
Few Chapel | 36.106450 , -87.579180 |
Forest Hill | 36.103390 , -87.790860 |
Forks of Blue Creek | 36.063950 , -87.731690 |
Glenwood | 36.030060 , -87.820300 |
Gorman | 36.104500 , -87.707800 |
Halls Creek | 36.190060 , -87.821970 |
Hurricane Mills | 35.971170 , -87.781970 |
Hustburg | 35.982840 , -87.959750 |
Johnsonville | 36.060060 , -87.952810 |
Liberty | 36.078950 , -87.687240 |
McEwen | 36.109791 , -87.635674 |
New Hope | 36.038950 , -87.638910 |
New Johnsonville | 36.016183 , -87.969382 |
Old Fields Place | 36.090340 , -87.836970 |
Plant | 36.016450 , -87.912530 |
Polecat | 35.956730 , -87.880580 |
Poplar Grove | 35.976170 , -87.588910 |
Pursley | 36.072000 , -87.880310 |
Taylortown | 35.932560 , -87.729470 |
Trinity | 36.163670 , -87.830860 |
Water Valley | 35.992840 , -87.642520 |
Waverly | 36.094188 , -87.785123 |
Wills Chapel | 35.942560 , -87.716130 |
Notes:
- You can download geometry data for Humphreys 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.