Download outline map of Concordia (geojson format) :
Concordia.geojson (**)
Download polygon array of Concordia map for "Google Maps" :
Concordia.txt
Bounding Box for Concordia Map : ( 30.970362 , -91.867422 , 31.762086 , -91.377992 )
Wikipedia ID for Concordia : Q509745
Wikipedia SPARQL Query for Concordia (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q509745 wdt:P1082 ?population. }
OPTIONAL { wd:Q509745 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q509745 wdt:P2046 ?area. }
OPTIONAL { wd:Q509745 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q509745 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q509745 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 Concordia map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.970362, -91.867422, 31.762086, -91.377992);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Concordia)
[out:json];
(
rel["name"="Concordia"][type=boundary];
rel["name:en"="Concordia"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Concordia
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Acme | 31.285740 , -91.820400 |
Argent | 31.738500 , -91.406230 |
Armagh | 31.428510 , -91.750960 |
Ashland | 31.286010 , -91.581230 |
Ballina | 31.666280 , -91.679290 |
Black Hawk | 31.155730 , -91.635950 |
Bougere | 31.282950 , -91.627340 |
Bullitt Bayou | 31.633500 , -91.433450 |
Canebrake | 31.701550 , -91.411780 |
Chevey Chase | 31.629610 , -91.765680 |
Clayton | 31.722628 , -91.537284 |
Cool Coosa | 31.710720 , -91.462620 |
Crosby | 31.301280 , -91.547340 |
Deer Park | 31.417390 , -91.581510 |
Delhoste | 31.267400 , -91.829850 |
Dunbarton | 31.726830 , -91.658740 |
Elkhorn | 31.616560 , -91.666230 |
Fairview | 31.325170 , -91.532340 |
Ferriday | 31.634180 , -91.556170 |
Frogmore | 31.603220 , -91.670400 |
Gibson Landing | 31.689610 , -91.404280 |
Hunter Landing | 31.753220 , -91.583180 |
Lismore | 31.515730 , -91.772070 |
Maitland Landing | 31.758220 , -91.606510 |
Mileston Forks | 31.659330 , -91.416780 |
Minorca | 31.572466 , -91.488451 |
Monterey | 31.443589 , -91.719061 |
Moro | 31.606840 , -91.709850 |
Morville | 31.508220 , -91.525120 |
New Era | 31.367120 , -91.827350 |
Omega | 31.571840 , -91.803460 |
Point Breeze | 31.054900 , -91.573730 |
Red Gum | 31.680170 , -91.534290 |
Ridgecrest | 31.601805 , -91.530421 |
Shaw | 31.191570 , -91.631230 |
Slocum | 31.282950 , -91.638730 |
Spokane | 31.713001 , -91.445325 |
St. Genevieve | 31.526560 , -91.525680 |
Stacy | 31.602670 , -91.690400 |
Sycamore | 31.612670 , -91.534290 |
Taconey | 31.575440 , -91.468170 |
Union Point | 31.220730 , -91.625680 |
Vidalia | 31.566753 , -91.440443 |
West Ferriday | 31.640440 , -91.573180 |
West Ferriday | 31.621630 , -91.587990 |
Wildsville | 31.615730 , -91.784020 |
Willetts | 31.508500 , -91.527340 |
Notes:
- You can download geometry data for Concordia 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.