Download outline map of Vermilion (geojson format) :
Vermilion.geojson (**)
Download polygon array of Vermilion map for "Google Maps" :
Vermilion.txt
Bounding Box for Vermilion Map : ( 29.481496 , -92.738604 , 30.149422 , -91.964458 )
Wikipedia ID for Vermilion : Q507609
Wikipedia SPARQL Query for Vermilion (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q507609 wdt:P1082 ?population. }
OPTIONAL { wd:Q507609 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q507609 wdt:P2046 ?area. }
OPTIONAL { wd:Q507609 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q507609 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q507609 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 Vermilion map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.481496, -92.738604, 30.149422, -91.964458);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Vermilion)
[out:json];
(
rel["name"="Vermilion"][type=boundary];
rel["name:en"="Vermilion"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Vermilion
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Abbeville | 29.975013 , -92.126566 |
Andrew | 30.084930 , -92.242910 |
Bancker | 29.885210 , -92.124290 |
Boston | 29.883260 , -92.055680 |
Camille | 29.954650 , -92.005960 |
Charon | 30.021590 , -92.023180 |
Cheniere au Tigre | 29.568270 , -92.203190 |
Cossinade | 30.039090 , -92.318740 |
Delcambre | 29.951476 , -91.991551 |
Erath | 29.958786 , -92.037425 |
Esther | 29.844380 , -92.175130 |
Florence Landing | 29.919650 , -92.513190 |
Forked Island | 29.831320 , -92.300130 |
Grosse Isle | 29.965210 , -92.090960 |
Gueydan | 30.028994 , -92.506986 |
Henry | 29.883260 , -92.078460 |
Indian Bayou | 30.126040 , -92.242630 |
Intracoastal City | 29.784380 , -92.156240 |
Kaplan | 30.005973 , -92.283857 |
Laurents Point | 30.061880 , -92.670980 |
Leleux | 30.068540 , -92.360960 |
Leroy | 30.078820 , -92.192350 |
Mack | 29.964930 , -92.073730 |
Marceaux | 29.963820 , -92.411520 |
Maurice | 30.107117 , -92.121766 |
Meaux | 30.020760 , -92.182630 |
Mouton Cove | 29.876040 , -92.174850 |
Mulvey | 30.006320 , -92.404020 |
Pecan Island | 29.646610 , -92.453190 |
Perry | 29.948540 , -92.157070 |
Riceville | 30.076320 , -92.514300 |
Rose Hill | 29.917150 , -92.128180 |
Theall | 29.876880 , -92.217070 |
Wright | 30.007430 , -92.428740 |
Youngs | 29.967710 , -92.116240 |
Notes:
- You can download geometry data for Vermilion 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.