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 : ( 32.221787 , -89.784123 , 32.634228 , -89.322229 )
Wikipedia ID for Scott : Q485250
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:Q485250 wdt:P1082 ?population. }
OPTIONAL { wd:Q485250 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485250 wdt:P2046 ?area. }
OPTIONAL { wd:Q485250 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485250 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485250 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"](32.221787, -89.784123, 32.634228, -89.322229);
);
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) |
Beach | 32.496530 , -89.655070 |
Branch | 32.430420 , -89.711460 |
Buckleytown | 32.303760 , -89.360900 |
Cash | 32.567360 , -89.572020 |
Clarkburg | 32.330150 , -89.729520 |
Clifton | 32.466250 , -89.566460 |
Contrell | 32.546810 , -89.617850 |
Damascus | 32.555420 , -89.388400 |
Dennis Settlement | 32.360980 , -89.349230 |
Donohoe | 32.351530 , -89.382570 |
East Hillsboro | 32.452640 , -89.483960 |
Forest | 32.359522 , -89.476119 |
Forkville | 32.460700 , -89.660910 |
Gum Spring | 32.459590 , -89.450900 |
Hays | 32.537360 , -89.361180 |
Hillsboro | 32.449031 , -89.488896 |
Homewood | 32.240150 , -89.506180 |
Horseshoe | 32.553190 , -89.412010 |
Independence | 32.281540 , -89.657290 |
Kalem | 32.355140 , -89.592850 |
Kracker Station | 32.277370 , -89.685350 |
Lake | 32.340682 , -89.329451 |
Lillian | 32.505140 , -89.545350 |
Little Italy | 32.353200 , -89.354230 |
Ludlow | 32.571810 , -89.712850 |
Morton | 32.349826 , -89.654098 |
Muskegon | 32.348200 , -89.352290 |
Norris | 32.294040 , -89.435900 |
Otho | 32.235430 , -89.408400 |
Piketown | 32.487640 , -89.366180 |
Pulaski | 32.272090 , -89.602290 |
Raworth | 32.363200 , -89.564510 |
Sebastopol | 32.567925 , -89.333992 |
Stage | 32.282650 , -89.635070 |
Steele | 32.490420 , -89.425340 |
Sun | 32.226260 , -89.361180 |
Usrytown | 32.386530 , -89.381180 |
Wolf | 32.440980 , -89.404510 |
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.