Download outline map of St. Bernard (geojson format) :
St. Bernard.geojson (**)
Download polygon array of St. Bernard map for "Google Maps" :
St. Bernard.txt
Bounding Box for St. Bernard Map : ( 29.617551 , -90.012102 , 30.212155 , -88.758388 )
Wikipedia ID for St. Bernard : Q503883
Wikipedia SPARQL Query for St. Bernard (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q503883 wdt:P1082 ?population. }
OPTIONAL { wd:Q503883 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q503883 wdt:P2046 ?area. }
OPTIONAL { wd:Q503883 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q503883 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q503883 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 St. Bernard map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.617551, -90.012102, 30.212155, -88.758388);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (St. Bernard)
[out:json];
(
rel["name"="St. Bernard"][type=boundary];
rel["name:en"="St. Bernard"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of St. Bernard
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Alluvial City | 29.841320 , -89.691450 |
| Angelique Estates | 29.923540 , -89.900070 |
| Arabi | 29.955316 , -89.998387 |
| Caernarvon | 29.863820 , -89.906460 |
| Campbell | 29.903820 , -89.903400 |
| Chalmette | 29.943820 , -89.965591 |
| Chalmette Vista | 29.946590 , -89.979240 |
| Contreras | 29.865480 , -89.786730 |
| Cypress Gardens | 29.932980 , -89.926730 |
| Dazet Estates | 29.933260 , -89.926730 |
| Delacroix | 29.761600 , -89.790900 |
| Frances Place | 29.917700 , -89.909790 |
| Hi-Land | 29.908820 , -89.903680 |
| Hopedale | 29.820480 , -89.656730 |
| Lexington Place | 29.937430 , -89.918120 |
| Martello Castle | 29.945200 , -89.835060 |
| Meraux | 29.928389 , -89.917960 |
| Mohawk City | 29.899650 , -89.901730 |
| Myrtle Grove | 29.934370 , -89.933960 |
| Oak Ridge Park | 29.912150 , -89.891730 |
| Old Shell Beach | 29.866590 , -89.678390 |
| Poydras | 29.862544 , -89.887732 |
| Reggio | 29.831320 , -89.754510 |
| River Bend | 29.881590 , -89.892840 |
| Saint Bernard Grove | 29.922700 , -89.912290 |
| Saint Claude Heights | 29.962430 , -89.994240 |
| Saxonholm | 29.925480 , -89.923680 |
| Sebastopol | 29.867710 , -89.872840 |
| Shell Beach | 29.853260 , -89.679500 |
| St. Bernard | 29.867150 , -89.858680 |
| Story | 29.913260 , -89.909230 |
| Story Park | 29.927430 , -89.904790 |
| Toca | 29.866590 , -89.836450 |
| Verret | 29.861870 , -89.779780 |
| Violet | 29.896253 , -89.891982 |
| Wood Lake | 29.807430 , -89.764230 |
| Yscloskey | 29.841870 , -89.688390 |
Notes:
- You can download geometry data for St. Bernard 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.