Download outline map of Avery (geojson format) :
Avery.geojson (**)
Download polygon array of Avery map for "Google Maps" :
Avery.txt
Bounding Box for Avery Map : ( 35.91152 , -82.080543 , 36.28711 , -81.735876 )
Wikipedia ID for Avery : Q497804
Wikipedia SPARQL Query for Avery (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q497804 wdt:P1082 ?population. }
OPTIONAL { wd:Q497804 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q497804 wdt:P2046 ?area. }
OPTIONAL { wd:Q497804 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q497804 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q497804 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 Avery map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.91152, -82.080543, 36.28711, -81.735876);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Avery)
[out:json];
(
rel["name"="Avery"][type=boundary];
rel["name:en"="Avery"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Avery
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Altamont | 35.990960 , -81.944280 |
Balm | 36.169850 , -81.852330 |
Banner Elk | 36.158644 , -81.867586 |
Battleground | 36.242350 , -81.931500 |
Beech Bottom | 36.072070 , -82.009010 |
Beech Creek | 36.257620 , -81.900670 |
Carpenter Bottom | 36.082630 , -81.996230 |
Chestnut Dale | 36.066510 , -81.979840 |
Cranberry | 36.143180 , -81.967060 |
Cranberry Gap | 36.116240 , -81.982620 |
Crossnore | 36.022198 , -81.930841 |
Elk Park | 36.158247 , -81.980813 |
Elk Valley | 36.172070 , -81.911230 |
Flat Springs | 36.252070 , -81.933730 |
Frank | 36.070680 , -82.002620 |
Gragg | 36.073180 , -81.770660 |
Grandfather | 36.098117 , -81.848346 |
Heaton | 36.172900 , -81.942620 |
Hughes | 36.059850 , -81.964280 |
Kawana | 35.980680 , -81.823160 |
Linville | 36.066520 , -81.870390 |
Minneapolis | 36.099290 , -81.987060 |
Montezuma | 36.065130 , -81.902610 |
Mount Gilead | 36.268180 , -81.909000 |
Mount Pleasant | 36.052070 , -81.955390 |
Newland | 36.087970 , -81.927355 |
Norwood Hollow | 36.134850 , -81.849280 |
Pineola | 36.028460 , -81.891500 |
Plumtree | 36.027070 , -82.007890 |
Pyatte | 36.012900 , -81.969000 |
Roaring Creek | 36.063740 , -82.012620 |
Roseborough | 36.034850 , -81.809000 |
Seven Devils | 36.149745 , -81.811492 |
Spear | 36.022350 , -82.023730 |
Stamey Town | 36.004850 , -81.946500 |
Sugar Mountain | 36.126765 , -81.864072 |
Three Mile | 35.985130 , -81.978450 |
Vale | 36.097070 , -81.945110 |
Valley | 36.084570 , -82.041230 |
Whaley | 36.236240 , -81.931780 |
Notes:
- You can download geometry data for Avery 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.