Download outline map of Ascension (geojson format) :
Ascension.geojson (**)
Download polygon array of Ascension map for "Google Maps" :
Ascension.txt
Bounding Box for Ascension Map : ( 30.062478 , -91.106477 , 30.34695 , -90.632811 )
Wikipedia ID for Ascension : Q51733
Wikipedia SPARQL Query for Ascension (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q51733 wdt:P1082 ?population. }
OPTIONAL { wd:Q51733 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q51733 wdt:P2046 ?area. }
OPTIONAL { wd:Q51733 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q51733 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q51733 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 Ascension map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.062478, -91.106477, 30.34695, -90.632811);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ascension)
[out:json];
(
rel["name"="Ascension"][type=boundary];
rel["name:en"="Ascension"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ascension
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aben | 30.107980 , -90.942880 |
Acy | 30.218810 , -90.820370 |
Barmen | 30.162420 , -90.816210 |
Barton | 30.086310 , -91.054550 |
Belle Helene | 30.169640 , -90.998430 |
Bowden | 30.162980 , -90.993430 |
Brignac | 30.269920 , -90.870100 |
Brittany | 30.212140 , -90.881490 |
Bullion | 30.327970 , -90.997320 |
Burnside | 30.138810 , -90.923990 |
Claybank | 30.338800 , -90.863150 |
Cofield | 30.129920 , -90.933710 |
Comeaux Mobile Park | 30.294380 , -90.990030 |
Cornerview | 30.241030 , -90.966770 |
Darrow | 30.118250 , -90.985380 |
Donaldsonville | 30.095386 , -90.992536 |
Duckroost | 30.247700 , -90.869820 |
Duplessis | 30.269640 , -90.938430 |
Dutch Town | 30.254360 , -90.988710 |
Galvez | 30.299080 , -90.904820 |
Galvez Town | 30.345190 , -90.893150 |
Geismar | 30.204360 , -91.022600 |
Gonzales | 30.215401 , -90.924104 |
Hillaryville | 30.135750 , -90.952320 |
Hobart | 30.322420 , -90.938990 |
Hohen Solms | 30.199090 , -91.043990 |
Hope Villa | 30.342970 , -90.982600 |
Lake | 30.299920 , -90.852870 |
Lemannville | 30.102874 , -90.923935 |
Little Prairie | 30.323530 , -90.922320 |
Marchand | 30.149360 , -90.994270 |
McCall | 30.116030 , -91.043430 |
Mcelroy | 30.140480 , -90.791480 |
Miles | 30.139360 , -91.085380 |
Modeste | 30.171030 , -91.014820 |
Mount Houmas | 30.202140 , -91.011210 |
Noel | 30.131030 , -91.070660 |
Oak Grove | 30.317970 , -90.974820 |
Palo Alto | 30.091870 , -91.038160 |
Philadelphia Point | 30.157700 , -91.012880 |
Prairieville | 30.315083 , -90.957138 |
Saint Elmo | 30.119920 , -90.960650 |
Smoke Bend | 30.108440 , -91.020390 |
Sorrento | 30.182798 , -90.867429 |
Southwood | 30.219090 , -91.049270 |
St. Amant | 30.224640 , -90.868990 |
Summerfield | 30.323810 , -90.840930 |
Weber City | 30.229360 , -90.888990 |
Notes:
- You can download geometry data for Ascension 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.