Download outline map of Sunflower (geojson format) :
Sunflower.geojson (**)
Download polygon array of Sunflower map for "Google Maps" :
Sunflower.txt
Bounding Box for Sunflower Map : ( 33.270007 , -90.764484 , 33.987597 , -90.450272 )
Wikipedia ID for Sunflower : Q484659
Wikipedia SPARQL Query for Sunflower (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484659 wdt:P1082 ?population. }
OPTIONAL { wd:Q484659 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484659 wdt:P2046 ?area. }
OPTIONAL { wd:Q484659 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484659 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484659 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 Sunflower map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.270007, -90.764484, 33.987597, -90.450272);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sunflower)
[out:json];
(
rel["name"="Sunflower"][type=boundary];
rel["name:en"="Sunflower"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sunflower
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Baird | 33.425120 , -90.583420 |
| Ballaston | 33.786220 , -90.533430 |
| Baltzer | 33.982060 , -90.594820 |
| Blaine | 33.607890 , -90.522590 |
| Bowles | 33.336510 , -90.589810 |
| Boyer | 33.536780 , -90.637870 |
| Brooks | 33.796230 , -90.460650 |
| Caile | 33.300120 , -90.590090 |
| Cottondale | 33.690120 , -90.542870 |
| Dockery | 33.728730 , -90.616760 |
| Doddsville | 33.659864 , -90.521439 |
| Drew | 33.810052 , -90.530398 |
| Dwiggins | 33.845670 , -90.581480 |
| Fairview | 33.509280 , -90.746760 |
| Faisonia | 33.505670 , -90.632040 |
| Fitzhugh | 33.888450 , -90.508700 |
| Frazier | 33.567060 , -90.732040 |
| Halstead | 33.704000 , -90.641480 |
| Heathman | 33.440120 , -90.720370 |
| Holly Ridge | 33.445670 , -90.753430 |
| Indianola | 33.449182 , -90.644661 |
| Inverness | 33.354230 , -90.591192 |
| Inwood | 33.505950 , -90.524810 |
| Jaquith | 33.768170 , -90.535930 |
| Johnsonville | 33.419560 , -90.595370 |
| Kinlock | 33.309560 , -90.707590 |
| Linn | 33.659840 , -90.616480 |
| Lombardy | 33.905670 , -90.607040 |
| Markham | 33.404840 , -90.561200 |
| Mattoon | 33.451230 , -90.471200 |
| McDaniels | 33.486230 , -90.586200 |
| Milroy | 33.307070 , -90.590370 |
| Minot | 33.942060 , -90.489820 |
| Moorhead | 33.449416 , -90.506270 |
| New Town | 33.270950 , -90.753430 |
| Parchman | 33.917890 , -90.496480 |
| Pentecost | 33.584840 , -90.528700 |
| Rome | 33.963170 , -90.478430 |
| Roundaway | 33.584840 , -90.606200 |
| Ruleville | 33.724562 , -90.549968 |
| Sandy Bayou | 33.854280 , -90.581760 |
| Southside | 33.350120 , -90.563150 |
| Steiner | 33.616230 , -90.617870 |
| Stephenville | 33.548170 , -90.671760 |
| Sunflower | 33.544284 , -90.537307 |
| White City | 33.704000 , -90.633430 |
| Whitney | 33.847890 , -90.516200 |
Notes:
- You can download geometry data for Sunflower 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.