Download outline map of Scott (geojson format) :
Scott.geojson (**)
Download polygon array of Scott map for "Google Maps" :
Scott.txt
Bounding Box for Scott Map : ( 38.110779 , -84.740594 , 38.492922 , -84.401847 )
Wikipedia ID for Scott : Q498028
Wikipedia SPARQL Query for Scott (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q498028 wdt:P1082 ?population. }
OPTIONAL { wd:Q498028 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q498028 wdt:P2046 ?area. }
OPTIONAL { wd:Q498028 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q498028 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q498028 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 Scott map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.110779, -84.740594, 38.492922, -84.401847);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Scott)
[out:json];
(
rel["name"="Scott"][type=boundary];
rel["name:en"="Scott"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Scott
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Biddle | 38.349520 , -84.607440 |
Boydtown | 38.284240 , -84.502720 |
Clabber Bottom | 38.193690 , -84.524390 |
Duval | 38.246460 , -84.641330 |
Georgetown | 38.225293 , -84.548114 |
Great Crossing | 38.214520 , -84.605220 |
Head of Cedar | 38.292311 , -84.724159 |
Herdon | 38.178410 , -84.593830 |
Josephine | 38.398680 , -84.649940 |
Lancelot Estates | 38.183410 , -84.623280 |
Longlick | 38.342570 , -84.658280 |
Mallard Point | 38.317850 , -84.576050 |
Minorsville | 38.329520 , -84.703560 |
Moon Lake Estates | 38.287300 , -84.561330 |
Muddy Ford | 38.309240 , -84.502440 |
New Zion | 38.179240 , -84.488550 |
Newtown | 38.220350 , -84.469940 |
Oxford | 38.268410 , -84.503000 |
Paynes Depot | 38.142020 , -84.623550 |
Peak | 38.175350 , -84.609670 |
Porter | 38.382020 , -84.605220 |
Rogers Gap | 38.304520 , -84.536050 |
Sadieville | 38.387471 , -84.549789 |
Sand Lick | 38.242850 , -84.718000 |
Shiff | 38.240630 , -84.596050 |
Stamping Ground | 38.270049 , -84.684959 |
Stone Hedge Estates | 38.248680 , -84.570220 |
Stonewall | 38.439240 , -84.564670 |
Suterville | 38.368130 , -84.703560 |
Turkey Foot | 38.338410 , -84.511050 |
Watkinsville | 38.243130 , -84.726340 |
White Sulphur | 38.205070 , -84.702170 |
Zion Hill | 38.120080 , -84.637720 |
Notes:
- You can download geometry data for Scott 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.