Download outline map of Araure (geojson format) :
Araure.geojson (**)
Download polygon array of Araure map for "Google Maps" :
Araure.txt
Bounding Box for Araure Map : ( 9.51029348055 , -69.17669906 , 9.70935149384 , -68.9570337121 )
Wikipedia ID for Araure : Q2741347
Wikipedia SPARQL Query for Araure (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2741347 wdt:P1082 ?population. }
OPTIONAL { wd:Q2741347 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2741347 wdt:P2046 ?area. }
OPTIONAL { wd:Q2741347 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2741347 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2741347 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 Araure map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](9.51029348055, -69.17669906, 9.70935149384, -68.9570337121);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Araure)
[out:json];
(
rel["name"="Agua Blanca"][type=boundary];
rel["name:en"="Agua Blanca"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Araure
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Apisa | 9.562190 , -69.012880 |
Barranco Amarillo | 9.657310 , -69.128020 |
Chaparrito | 9.641940 , -69.145830 |
Corocito | 9.605510 , -69.093840 |
El Dividive | 9.572030 , -69.053590 |
El Hato | 9.677140 , -69.087750 |
El Trapiche | 9.547910 , -69.005920 |
Gavilan | 9.654170 , -69.140560 |
La Esperanza | 9.602780 , -69.040560 |
La Lucia | 9.661390 , -69.084960 |
La Palma | 9.588840 , -69.065360 |
La Quebradita | 9.665920 , -69.153370 |
Masato | 9.545190 , -69.029730 |
Morrocoy | 9.631670 , -69.135280 |
Quebrada Honda | 9.593830 , -68.997310 |
Salsipuedes | 9.556990 , -69.060130 |
Tocuyano | 9.539780 , -68.981470 |
Notes:
- You can download geometry data for Araure 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.