Download outline map of Grundy (geojson format) :
Grundy.geojson (**)
Download polygon array of Grundy map for "Google Maps" :
Grundy.txt
Bounding Box for Grundy Map : ( 35.215295 , -85.913633 , 35.531651 , -85.485622 )
Wikipedia ID for Grundy : Q502386
Wikipedia SPARQL Query for Grundy (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q502386 wdt:P1082 ?population. }
OPTIONAL { wd:Q502386 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q502386 wdt:P2046 ?area. }
OPTIONAL { wd:Q502386 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q502386 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q502386 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 Grundy map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.215295, -85.913633, 35.531651, -85.485622);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Grundy)
[out:json];
(
rel["name"="Grundy"][type=boundary];
rel["name:en"="Grundy"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Grundy
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Altamont | 35.432659 , -85.743432 |
Barkertown | 35.391740 , -85.553030 |
Beersheba Springs | 35.458835 , -85.669243 |
Bells Mill | 35.290910 , -85.879420 |
Bergmantown | 35.355360 , -85.775810 |
Clouse Hill | 35.291750 , -85.801360 |
Coalmont | 35.344653 , -85.711464 |
Collins | 35.380630 , -85.574420 |
Cumberland Heights | 35.405630 , -85.696640 |
Elkhead | 35.358410 , -85.831370 |
Flat Branch | 35.306740 , -85.708030 |
Freemont | 35.361470 , -85.734970 |
Gruetli | 35.370910 , -85.659970 |
Gruetli-Laager | 35.372676 , -85.637851 |
Hixon | 35.446460 , -85.809420 |
Hobbs Hill | 35.275630 , -85.727470 |
Hoggtown | 35.349520 , -85.686920 |
Hubbards Cove | 35.482020 , -85.864980 |
Lankford Town | 35.249520 , -85.737190 |
Mount Olive | 35.517570 , -85.685530 |
Mount View | 35.292860 , -85.865260 |
Northcutts Cove | 35.504520 , -85.753310 |
Palmer | 35.357487 , -85.565580 |
Pelham | 35.334143 , -85.870283 |
Piedmont | 35.267580 , -85.856090 |
Providence | 35.278690 , -85.897480 |
Sanders Crossing | 35.281750 , -85.748030 |
Sartain Springs | 35.284800 , -85.780530 |
Shadrick Hill | 35.267860 , -85.702750 |
Tarlton | 35.493130 , -85.653030 |
Tatesville | 35.366740 , -85.561080 |
Tracy City | 35.261997 , -85.751742 |
Valley Home | 35.280640 , -85.861090 |
White City | 35.247300 , -85.702750 |
Notes:
- You can download geometry data for Grundy 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.