Download outline map of Sharkey (geojson format) :
Sharkey.geojson (**)
Download polygon array of Sharkey map for "Google Maps" :
Sharkey.txt
Bounding Box for Sharkey Map : ( 32.662076 , -90.965281 , 33.097519 , -90.656287 )
Wikipedia ID for Sharkey : Q497992
Wikipedia SPARQL Query for Sharkey (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q497992 wdt:P1082 ?population. }
OPTIONAL { wd:Q497992 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q497992 wdt:P2046 ?area. }
OPTIONAL { wd:Q497992 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q497992 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q497992 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 Sharkey map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.662076, -90.965281, 33.097519, -90.656287);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sharkey)
[out:json];
(
rel["name"="Sharkey"][type=boundary];
rel["name:en"="Sharkey"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sharkey
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Anguilla | 32.971869 , -90.828259 |
Auter | 33.042900 , -90.710650 |
Big Eddy Landing | 32.939570 , -90.770380 |
Blanton | 32.748740 , -90.930660 |
Bommers | 33.055680 , -90.696480 |
Cameta | 33.007900 , -90.841210 |
Cary | 32.805642 , -90.924612 |
Choctaw Landing | 32.869850 , -90.808990 |
Delta City | 33.074010 , -90.795100 |
Dogwood Landing | 32.952910 , -90.785100 |
Egremont | 32.860680 , -90.903440 |
Harworth | 32.671800 , -90.670650 |
Holland Landing | 32.964850 , -90.780650 |
Kelso | 32.669300 , -90.903710 |
Lorenzen | 32.948740 , -90.906490 |
Mont Helena | 32.945680 , -90.863990 |
Nitta Yuma | 33.024290 , -90.849270 |
Onward | 32.725410 , -90.942050 |
Panther Burn | 33.066240 , -90.868430 |
Patmos | 32.813190 , -90.728430 |
Ratliff Landing | 32.932630 , -90.762600 |
Richey | 33.030130 , -90.732870 |
Rolling Fork | 32.907304 , -90.876906 |
Sago | 33.032070 , -90.912050 |
Shraderville | 33.063740 , -90.807320 |
Smedes | 32.693740 , -90.920660 |
Spanish Fort | 32.759580 , -90.734820 |
Tisdell Landing | 32.932350 , -90.756760 |
Updike | 33.059570 , -90.768710 |
Vickland | 33.042900 , -90.847880 |
White House Landing | 32.933740 , -90.760380 |
Notes:
- You can download geometry data for Sharkey 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.