Download outline map of Yazoo (geojson format) :
Yazoo.geojson (**)
Download polygon array of Yazoo map for "Google Maps" :
Yazoo.txt
Bounding Box for Yazoo Map : ( 32.503037 , -90.759753 , 33.022385 , -89.965863 )
Wikipedia ID for Yazoo : Q486466
Wikipedia SPARQL Query for Yazoo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486466 wdt:P1082 ?population. }
OPTIONAL { wd:Q486466 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486466 wdt:P2046 ?area. }
OPTIONAL { wd:Q486466 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486466 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486466 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 Yazoo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.503037, -90.759753, 33.022385, -89.965863);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Yazoo)
[out:json];
(
rel["name"="Yazoo"][type=boundary];
rel["name:en"="Yazoo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Yazoo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Anding | 32.692080 , -90.397870 |
Bayland | 32.887350 , -90.658430 |
Belle Prairie | 32.995130 , -90.381200 |
Belle Prairie | 33.005130 , -90.386200 |
Benton | 32.826520 , -90.259530 |
Bentonia | 32.643598 , -90.369193 |
Berryville | 32.748750 , -90.166200 |
Campbellville | 32.812350 , -90.695370 |
Carter | 32.989020 , -90.449260 |
Colby | 32.878460 , -90.685930 |
Crump | 32.989020 , -90.419540 |
Crupp | 32.785410 , -90.466480 |
Deasonville | 32.792360 , -90.092860 |
Dover | 32.698470 , -90.323980 |
Eden | 32.983710 , -90.323957 |
Ellwood Landing | 32.705690 , -90.687320 |
Enola | 32.727360 , -90.584820 |
Evans | 32.853190 , -90.174810 |
Fairview Landing | 32.748470 , -90.701760 |
Fordyke | 32.905130 , -90.127590 |
Free Run | 32.952070 , -90.274260 |
Fugate | 32.749020 , -90.202030 |
George | 32.850130 , -90.701760 |
Germania | 32.606250 , -90.592320 |
Holly Bluff | 32.821520 , -90.708990 |
Horn Place Landing | 32.749580 , -90.700370 |
Kansas Landing | 32.747350 , -90.712600 |
Kearney | 32.753190 , -90.728990 |
Lake City | 32.923190 , -90.493150 |
Limerick | 32.755130 , -90.562320 |
Linwood | 32.792360 , -90.145090 |
Little Yazoo | 32.707910 , -90.372590 |
Loch Lomond | 32.869300 , -90.696210 |
Mechanicsburg | 32.632640 , -90.502870 |
Midway | 32.886520 , -90.192310 |
Myrleville | 32.713190 , -90.277590 |
Nod | 32.756520 , -90.230640 |
Norway | 32.904020 , -90.398150 |
Oil City | 32.691250 , -90.433980 |
Patosi | 32.916520 , -90.619540 |
Phoenix | 32.581250 , -90.562870 |
Pierce Crossroad | 32.894300 , -90.245640 |
Renshaw | 32.920690 , -90.379260 |
Roadside | 32.789020 , -90.332030 |
Satartia | 32.671959 , -90.544522 |
Scotland | 32.705410 , -90.221200 |
Scotland Fork | 32.713190 , -90.223980 |
Tinsley | 32.732080 , -90.460370 |
Valley | 32.759860 , -90.480370 |
Vaughan | 32.806520 , -90.041750 |
Woodlawn | 32.860970 , -90.280640 |
Yazoo City | 32.861817 , -90.406731 |
Zeiglerville | 32.950410 , -90.170090 |
Zelleria | 32.963740 , -90.349530 |
Notes:
- You can download geometry data for Yazoo 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.