Download outline map of Atures (geojson format) :
Atures.geojson (**)
Download polygon array of Atures map for "Google Maps" :
Atures.txt
Bounding Box for Atures Map : ( 4.949197 , -67.85135 , 6.210163 , -66.449295 )
Wikipedia ID for Atures : Q2295357
Wikipedia SPARQL Query for Atures (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2295357 wdt:P1082 ?population. }
OPTIONAL { wd:Q2295357 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2295357 wdt:P2046 ?area. }
OPTIONAL { wd:Q2295357 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2295357 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2295357 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 Atures map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](4.949197, -67.85135, 6.210163, -66.449295);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Atures)
[out:json];
(
rel["name"="Atures"][type=boundary];
rel["name:en"="Atures"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Atures
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Agua Blanca | 5.484720 , -67.602780 |
| Agua Linda | 5.566670 , -67.116670 |
| Albarical | 5.985360 , -67.392980 |
| Babilla | 6.129880 , -67.484400 |
| Boca de Paria | 5.471670 , -67.614440 |
| Carinagua | 5.631970 , -67.609520 |
| Cataniapo | 5.609520 , -67.596290 |
| Chimborazo | 6.180000 , -67.427780 |
| Churuata de Don Juan | 5.397780 , -67.587780 |
| Coromoto | 5.408100 , -67.607460 |
| Danto | 5.572210 , -67.540650 |
| El Limon de Parhuena | 5.871470 , -67.372060 |
| El Pegon | 6.157070 , -67.439830 |
| El Puente | 5.236950 , -67.788940 |
| Fundo El Carmen | 5.438370 , -67.622080 |
| Fundo El Trebol | 5.316700 , -67.794110 |
| Galipero | 5.828060 , -67.528890 |
| Gavilan | 5.545490 , -67.389750 |
| Jalisco | 6.127500 , -67.464440 |
| La Culebra | 5.546030 , -67.447580 |
| La Paloma | 5.115410 , -67.786160 |
| La Reforma | 5.591670 , -67.539440 |
| Lucero | 5.973270 , -67.392240 |
| Mirabal | 5.307300 , -67.775240 |
| Morganito | 5.093890 , -67.771670 |
| Morganito | 5.090460 , -67.773660 |
| Moriche | 5.568060 , -67.376110 |
| Parhuena | 5.888510 , -67.403840 |
| Paria | 5.455250 , -67.579740 |
| Patos Guayabal | 5.345560 , -67.709840 |
| Pintado | 5.520870 , -67.553490 |
| Platanillal | 5.421910 , -67.647010 |
| Pozon | 6.048370 , -67.415990 |
| Provincial | 5.776600 , -67.563300 |
| Puente Galipero | 5.795110 , -67.521000 |
| Puerto Ayacucho | 5.664074 , -67.631835 |
| Puerto Mirabal | 5.349440 , -67.783890 |
| Puerto Nuevo | 5.232140 , -67.802910 |
| Puerto Porvenir | 5.379440 , -67.743890 |
| Puerto Venado | 5.212160 , -67.804850 |
| Raya | 5.333330 , -67.600000 |
| Samariapo | 5.241210 , -67.796340 |
| Sapo | 6.076670 , -67.448330 |
| Topocho | 5.939760 , -67.371080 |
Notes:
- You can download geometry data for Atures 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.