Download outline map of St. Charles (geojson format) :
St. Charles.geojson (**)
Download polygon array of St. Charles map for "Google Maps" :
St. Charles.txt
Bounding Box for St. Charles Map : ( 29.692028 , -90.549766 , 30.230888 , -90.167259 )
Wikipedia ID for St. Charles : Q507153
Wikipedia SPARQL Query for St. Charles (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q507153 wdt:P1082 ?population. }
OPTIONAL { wd:Q507153 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q507153 wdt:P2046 ?area. }
OPTIONAL { wd:Q507153 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q507153 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q507153 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. Charles map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.692028, -90.549766, 30.230888, -90.167259);
);
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. Charles)
[out:json];
(
rel["name"="St. Charles"][type=boundary];
rel["name:en"="St. Charles"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of St. Charles
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Almedia | 29.973540 , -90.300630 |
Ama | 29.944005 , -90.296681 |
Bayou Gauche | 29.808119 , -90.420985 |
Boutte | 29.882559 , -90.393581 |
Camardelle | 29.725770 , -90.358140 |
Chaudiere Casse | 29.730210 , -90.332580 |
Davis Plantation | 29.898820 , -90.359250 |
Des Allemands | 29.816114 , -90.474633 |
Destrehan | 29.962513 , -90.367609 |
Dufresne | 29.942430 , -90.390360 |
Ellington | 29.905760 , -90.380640 |
Flagville | 29.964650 , -90.405640 |
Frellsen | 29.970480 , -90.290080 |
Good Hope | 29.991310 , -90.400640 |
Green Acres | 29.809380 , -90.425360 |
Hahnville | 29.964106 , -90.414064 |
Kellogg | 29.910760 , -90.356750 |
Killona | 29.998299 , -90.485288 |
La Branche | 30.051590 , -90.368690 |
Lone Star | 29.927710 , -90.340640 |
Luling | 29.900776 , -90.352336 |
Mimosa Park | 29.906320 , -90.356190 |
Montz | 30.016749 , -90.463421 |
New Sarpy | 29.981016 , -90.382815 |
Norco | 29.998623 , -90.403594 |
Ormond | 29.963830 , -90.382509 |
Paradis | 29.868025 , -90.439740 |
Rost | 29.951320 , -90.360640 |
Salix | 29.926320 , -90.309250 |
Sellers | 29.999090 , -90.426750 |
St. Rose | 29.964881 , -90.308768 |
Tabatiere Perdue | 29.727160 , -90.339800 |
Taft | 29.985373 , -90.453292 |
Vallier | 29.872710 , -90.448420 |
Waterford | 29.996590 , -90.473140 |
Notes:
- You can download geometry data for St. Charles 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.