Download outline map of Aquitania (geojson format) :
Aquitania.geojson (**)
Download polygon array of Aquitania map for "Google Maps" :
Aquitania.txt
Bounding Box for Aquitania Map : ( 5.197213 , -73.045905 , 5.644776 , -72.684916 )
Wikipedia ID for Aquitania : Q1526099
Wikipedia SPARQL Query for Aquitania (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1526099 wdt:P1082 ?population. }
OPTIONAL { wd:Q1526099 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1526099 wdt:P2046 ?area. }
OPTIONAL { wd:Q1526099 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1526099 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1526099 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 Aquitania map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](5.197213, -73.045905, 5.644776, -72.684916);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Aquitania)
[out:json];
(
rel["name"="Aquitania"][type=boundary];
rel["name:en"="Aquitania"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Aquitania
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aquitania | 5.519720 , -72.887500 |
Cazadero | 5.284510 , -72.983000 |
El Cajon | 5.309480 , -72.939910 |
El Guamo | 5.383330 , -72.916670 |
Hirba | 5.434630 , -72.835300 |
Hoya la Manzana | 5.445790 , -72.857550 |
La Cotuda | 5.248030 , -72.956730 |
La Horqueta | 5.578390 , -72.804830 |
La Sabana | 5.473030 , -72.713830 |
Los Cedros | 5.283330 , -72.983330 |
Maravilla | 5.416670 , -72.916670 |
Pozos | 5.562590 , -72.872410 |
San Antonio | 5.564520 , -72.795120 |
Sisbaca | 5.372000 , -72.913770 |
Suse | 5.482050 , -72.946880 |
Vado Hondo | 5.504580 , -72.756070 |
Notes:
- You can download geometry data for Aquitania 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.