Download outline map of Assumption (geojson format) :
Assumption.geojson (**)
Download polygon array of Assumption map for "Google Maps" :
Assumption.txt
Bounding Box for Assumption Map : ( 29.626368 , -91.259932 , 30.081631 , -90.885195 )
Wikipedia ID for Assumption : Q509895
Wikipedia SPARQL Query for Assumption (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q509895 wdt:P1082 ?population. }
OPTIONAL { wd:Q509895 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q509895 wdt:P2046 ?area. }
OPTIONAL { wd:Q509895 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q509895 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q509895 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 Assumption map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.626368, -91.259932, 30.081631, -90.885195);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Assumption)
[out:json];
(
rel["name"="Assumption"][type=boundary];
rel["name:en"="Assumption"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Assumption
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Albemarle | 29.882700 , -90.974820 |
| Attakapas Canal | 29.891870 , -91.091210 |
| Attakapas Landing | 29.851040 , -91.103160 |
| Bayou Corne | 30.014640 , -91.155100 |
| Bayou Crab | 29.867430 , -91.076210 |
| Bayou L'Ourse | 29.717411 , -91.060610 |
| Belle Alliance | 30.051310 , -91.020380 |
| Belle River | 29.887980 , -91.206490 |
| Belle Rose | 30.042139 , -91.049750 |
| Belle Terre | 30.069640 , -91.015930 |
| Bellewood | 29.906870 , -91.068160 |
| Bertie | 29.919370 , -90.987880 |
| Boeuf | 29.661320 , -91.096210 |
| Brule | 29.822150 , -90.968710 |
| Brulie Maurin | 30.045760 , -90.988430 |
| Bruly Saint Martin | 30.046030 , -91.097320 |
| Cancienne | 29.900200 , -91.025650 |
| Cedar Grove Plantation | 29.858540 , -90.963990 |
| Chula | 29.842710 , -90.955370 |
| Church Spur | 29.981310 , -91.017320 |
| Dwight Fields | 29.854930 , -91.051210 |
| Elm Hall | 29.934090 , -91.050660 |
| Elm Hall Junction | 29.920200 , -91.042040 |
| Elmfield | 29.936870 , -90.995380 |
| Enola | 29.942420 , -91.052600 |
| Foley | 29.923260 , -91.024820 |
| Freetown | 30.045760 , -91.042600 |
| Glenwood | 29.951590 , -91.043710 |
| Grand Bayou | 30.015200 , -91.130660 |
| Ingleside | 29.898260 , -90.987600 |
| Kessler | 30.036030 , -91.059540 |
| Klotzville | 30.015480 , -91.046770 |
| Labadieville | 29.824622 , -90.952501 |
| Leche | 29.861870 , -90.965650 |
| Little Texas | 29.880760 , -91.019270 |
| Lower Texas | 29.834090 , -91.039270 |
| Lula | 30.047980 , -91.067600 |
| Madewood | 29.932150 , -90.989540 |
| Magnolia | 30.004090 , -91.064540 |
| Monty | 30.042980 , -91.057050 |
| Munsons | 29.957420 , -91.031210 |
| Napoleonville | 29.938267 , -91.026361 |
| Oakley | 29.873820 , -91.012040 |
| Paincourtville | 29.988597 , -91.055435 |
| Percle | 29.868540 , -91.011770 |
| Pierre Part | 29.955518 , -91.207345 |
| Plaincourtville | 29.989370 , -91.058710 |
| Plattenville | 29.988810 , -91.022040 |
| Ratliff | 29.944370 , -91.023710 |
| Rosedale | 29.921590 , -90.973710 |
| Star | 30.029090 , -91.062600 |
| Supreme | 29.860433 , -90.995518 |
| Sweet Home | 30.012150 , -91.030660 |
| Upper Texas | 29.869090 , -91.090380 |
| Ursa | 29.667430 , -91.063710 |
| Westfield | 29.984370 , -91.079550 |
| Wildwood | 29.912150 , -91.056490 |
| Woodlawn | 29.913260 , -90.974260 |
Notes:
- You can download geometry data for Assumption 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.