Download outline map of Iberia (geojson format) :
Iberia.geojson (**)
Download polygon array of Iberia map for "Google Maps" :
Iberia.txt
Bounding Box for Iberia Map : ( 29.358942 , -92.045616 , 30.122484 , -91.221729 )
Wikipedia ID for Iberia : Q504415
Wikipedia SPARQL Query for Iberia (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q504415 wdt:P1082 ?population. }
OPTIONAL { wd:Q504415 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q504415 wdt:P2046 ?area. }
OPTIONAL { wd:Q504415 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q504415 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q504415 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 Iberia map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.358942, -92.045616, 30.122484, -91.221729);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Iberia)
[out:json];
(
rel["name"="Iberia"][type=boundary];
rel["name:en"="Iberia"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Iberia
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Avery Island | 29.903540 , -91.910400 |
| Belle Place | 30.015760 , -91.726780 |
| Bob Acres | 29.948540 , -91.965400 |
| Boudreaux | 29.914090 , -91.784840 |
| Bourgeois Landing | 29.975760 , -91.639280 |
| Brannon | 29.985480 , -91.845950 |
| Bronson | 30.069650 , -91.735950 |
| Brousville | 29.962980 , -91.938180 |
| Burke | 30.061040 , -91.882060 |
| Caroline | 30.072700 , -91.666780 |
| Charlotte | 29.995760 , -91.912900 |
| Coopersville | 30.009370 , -91.809010 |
| Daspit | 30.040760 , -91.800390 |
| Dauterive Landing | 30.081030 , -91.649840 |
| Davids | 29.951590 , -91.873730 |
| Delaware | 29.892150 , -91.751230 |
| Dennison | 29.949370 , -91.836230 |
| Derouen | 29.966870 , -91.908730 |
| Deslatte | 29.884650 , -91.712340 |
| Duboin | 29.923540 , -91.820670 |
| Emma | 29.938540 , -91.885670 |
| Fish Island | 29.968260 , -91.543170 |
| Gajan | 29.991040 , -91.775950 |
| Gall | 29.943260 , -91.822900 |
| Georgetown | 30.007430 , -91.839010 |
| Greig | 29.948820 , -91.829840 |
| Hope | 29.944930 , -91.708170 |
| Independent | 30.032430 , -91.850670 |
| Jeanerette | 29.915901 , -91.675780 |
| Jefferson Island | 29.972700 , -91.975680 |
| Lasalle | 29.975760 , -91.947620 |
| Leesburg | 30.002980 , -91.820670 |
| Leleux | 29.979090 , -91.941230 |
| Lifenite | 29.953540 , -91.716780 |
| Little Valley Plantation | 29.920480 , -91.767620 |
| Loisel | 29.938260 , -91.694560 |
| Loreauville | 30.060171 , -91.737758 |
| Lozes | 30.041590 , -91.959560 |
| Ludger | 29.948820 , -91.864560 |
| Lydia | 29.926287 , -91.781258 |
| Lyons | 29.884090 , -91.699840 |
| Marce | 29.942700 , -91.884290 |
| Masters | 29.883260 , -91.690670 |
| Mestayer | 30.066870 , -91.692610 |
| Morbihan | 30.011870 , -91.774560 |
| New Iberia | 30.004910 , -91.820270 |
| Nicholas | 29.964090 , -91.879010 |
| Norbert | 29.979090 , -91.897060 |
| Numa | 29.976870 , -91.891790 |
| Olivier | 29.975480 , -91.755950 |
| Oubre | 30.062420 , -91.736780 |
| Patoutville | 29.903540 , -91.733730 |
| Pesson | 29.948820 , -91.844840 |
| Port of Iberia | 29.942150 , -91.841790 |
| Poufette | 29.943260 , -91.930950 |
| Rynella | 29.946590 , -91.875950 |
| Sandager | 29.957430 , -91.722340 |
| Santiague | 29.984930 , -91.904290 |
| Segura | 30.038540 , -91.857900 |
| Tony | 30.041590 , -91.733450 |
| Tree Lawn Trailer Court | 29.994890 , -91.826180 |
| Ulyssee | 30.018260 , -91.876510 |
| Vida | 30.034090 , -91.730390 |
| Walet | 30.102700 , -91.726500 |
| Weeks | 29.807710 , -91.807060 |
Notes:
- You can download geometry data for Iberia 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.