Download outline map of Durán (geojson format) :
Durán.geojson (**)
Download polygon array of Durán map for "Google Maps" :
Durán.txt
Bounding Box for Durán Map : ( -2.331472 , -79.884099 , -2.084417 , -79.679611 )
Wikipedia ID for Durán : Q2051891
Wikipedia SPARQL Query for Durán (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2051891 wdt:P1082 ?population. }
OPTIONAL { wd:Q2051891 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2051891 wdt:P2046 ?area. }
OPTIONAL { wd:Q2051891 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2051891 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2051891 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 Durán map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-2.331472, -79.884099, -2.084417, -79.679611);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Durán)
[out:json];
(
rel["name"="Durán"][type=boundary];
rel["name:en"="Durán"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Durán
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Acacia | -2.213720 , -79.871400 |
Benita | -2.250000 , -79.733330 |
Buijo | -2.100000 , -79.816670 |
Calentura | -2.116670 , -79.833330 |
Canta Gallo | -2.184890 , -79.833100 |
Cerritos | -2.250000 , -79.700000 |
Delia | -2.210850 , -79.810410 |
Durán | -2.166700 , -79.833526 |
El Recreo | -2.133330 , -79.800000 |
Eloy Alfaro | -2.175790 , -79.855190 |
Ensenada | -2.304140 , -79.761650 |
Gallardo | -2.225000 , -79.869440 |
Hacienda Alina | -2.183350 , -79.830170 |
Hacienda Florencia | -2.196790 , -79.846510 |
Hacienda Pradera | -2.201510 , -79.866710 |
Hacienda Pradera Chica | -2.198500 , -79.862320 |
Hacienda Santay | -2.198560 , -79.833860 |
Jeli | -2.316670 , -79.766670 |
La Delicia | -2.100000 , -79.816670 |
La Uruguaya | -2.200000 , -79.833330 |
Las Casas | -2.300000 , -79.750000 |
Los Angeles | -2.116670 , -79.850000 |
Lucia | -2.228180 , -79.826410 |
Magdalena | -2.282770 , -79.828360 |
Maria | -2.240970 , -79.770980 |
Olive | -2.116670 , -79.850000 |
Rosa Elvira | -2.250000 , -79.716670 |
Sabanilla | -2.100000 , -79.833330 |
San Antonio | -2.287400 , -79.713820 |
San Jorge | -2.216670 , -79.816670 |
Sauce | -2.233330 , -79.783330 |
Sitio Nuevo | -2.300070 , -79.826820 |
Victoria | -2.218460 , -79.824710 |
Zoraida | -2.189790 , -79.842210 |
Zoraida | -2.183330 , -79.836110 |
Notes:
- You can download geometry data for Durán 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.