Download outline map of Habersham (geojson format) :
Habersham.geojson (**)
Download polygon array of Habersham map for "Google Maps" :
Habersham.txt
Bounding Box for Habersham Map : ( 34.431748 , -83.681696 , 34.827736 , -83.338173 )
Wikipedia ID for Habersham : Q501096
Wikipedia SPARQL Query for Habersham (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q501096 wdt:P1082 ?population. }
OPTIONAL { wd:Q501096 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q501096 wdt:P2046 ?area. }
OPTIONAL { wd:Q501096 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q501096 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q501096 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 Habersham map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.431748, -83.681696, 34.827736, -83.338173);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Habersham)
[out:json];
(
rel["name"="Habersham"][type=boundary];
rel["name:en"="Habersham"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Habersham
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aerial | 34.664540 , -83.644340 |
Alto | 34.465164 , -83.572770 |
Baldwin | 34.486391 , -83.549326 |
Batesville | 34.748150 , -83.611280 |
Clarkesville | 34.610220 , -83.528363 |
College Park | 34.641490 , -83.530450 |
Colson Store | 34.567833 , -83.625998 |
Cornelia | 34.516300 , -83.530817 |
Demorest | 34.564872 , -83.542389 |
Dicks Hill | 34.583430 , -83.426280 |
Dixon Crossroads | 34.625370 , -83.497390 |
Fairview | 34.601210 , -83.613510 |
Harvest | 34.626760 , -83.607120 |
Hills | 34.600100 , -83.516280 |
Hollywood | 34.649540 , -83.447390 |
Longview | 34.470380 , -83.569340 |
Midway | 34.615380 , -83.411280 |
Midway | 34.541770 , -83.540170 |
Mount Airy | 34.521853 , -83.497498 |
New Switzerland | 34.535930 , -83.465170 |
Pardue Mill | 34.592320 , -83.585170 |
Raoul | 34.454515 , -83.600076 |
Shirley Grove | 34.716210 , -83.415170 |
Shorts Mill | 34.572600 , -83.492670 |
Stottsville | 34.530100 , -83.487390 |
Tallulah Falls | 34.725757 , -83.381655 |
Turnerville | 34.686760 , -83.426000 |
Wikle Store | 34.765370 , -83.592950 |
Wilbanks Corner | 34.493710 , -83.566560 |
Notes:
- You can download geometry data for Habersham 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.