Download outline map of Iberville (geojson format) :
Iberville.geojson (**)
Download polygon array of Iberville map for "Google Maps" :
Iberville.txt
Bounding Box for Iberville Map : ( 30.025336 , -91.701219 , 30.497433 , -91.01923 )
Wikipedia ID for Iberville : Q504350
Wikipedia SPARQL Query for Iberville (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q504350 wdt:P1082 ?population. }
OPTIONAL { wd:Q504350 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q504350 wdt:P2046 ?area. }
OPTIONAL { wd:Q504350 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q504350 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q504350 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 Iberville map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.025336, -91.701219, 30.497433, -91.01923);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Iberville)
[out:json];
(
rel["name"="Iberville"][type=boundary];
rel["name:en"="Iberville"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Iberville
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Alhambra | 30.176590 , -91.123160 |
| Annadale | 30.132140 , -91.131210 |
| Augusta | 30.189920 , -91.215380 |
| Bayou Goula | 30.210503 , -91.176603 |
| Bayou Paul | 30.312140 , -91.109270 |
| Bayou Sorrel | 30.161860 , -91.335660 |
| Blythwood | 30.199640 , -91.207610 |
| Broussard Landing | 30.322140 , -91.198720 |
| Bruly La Croix | 30.150750 , -91.194270 |
| Cannonburg | 30.196590 , -91.103440 |
| Carville | 30.217420 , -91.096210 |
| Catherine | 30.165480 , -91.172880 |
| Choctaw | 30.126310 , -91.276500 |
| Cora | 30.176590 , -91.130380 |
| Crescent | 30.240602 , -91.286349 |
| Des Glaise | 30.377420 , -91.602060 |
| Dorcyville | 30.179360 , -91.159550 |
| Evergreen Plantation | 30.269920 , -91.199270 |
| Glenmore | 30.204640 , -91.197330 |
| Goldridge | 30.115750 , -91.190380 |
| Grand River | 30.226590 , -91.418440 |
| Grosse Tete | 30.415726 , -91.437565 |
| Haaseville | 30.225200 , -91.132050 |
| Hydell | 30.301030 , -91.114270 |
| Iberville | 30.296030 , -91.116770 |
| Indian Village | 30.257420 , -91.314000 |
| Laurel Ridge | 30.162420 , -91.117050 |
| Lone Star | 30.102140 , -91.217050 |
| Maringouin | 30.490746 , -91.518616 |
| Morrisonville | 30.322140 , -91.224830 |
| Musson | 30.439360 , -91.519280 |
| Myrtle Grove | 30.296030 , -91.246500 |
| Pigeon | 30.076870 , -91.299550 |
| Plaquemine | 30.283368 , -91.243000 |
| Ramah | 30.402420 , -91.507330 |
| Reveille | 30.271580 , -91.187610 |
| Richland | 30.144640 , -91.179830 |
| Rosedale | 30.442900 , -91.460114 |
| Samstown | 30.135200 , -91.159270 |
| Seymourville | 30.277420 , -91.223720 |
| Soniat | 30.170470 , -91.161220 |
| Soulouque | 30.272140 , -91.155380 |
| St. Gabriel | 30.253609 , -91.101319 |
| St. Louis | 30.256580 , -91.230940 |
| Sunshine | 30.278810 , -91.130660 |
| Tally Ho | 30.205470 , -91.184550 |
| Texas | 30.171860 , -91.138160 |
| The Parks | 30.221590 , -91.316780 |
| White Castle | 30.161021 , -91.149542 |
Notes:
- You can download geometry data for Iberville 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.