Download outline map of Patate (geojson format) :
Patate.geojson (**)
Download polygon array of Patate map for "Google Maps" :
Patate.txt
Bounding Box for Patate Map : ( -1.402234 , -78.51955 , -1.152061 , -78.321963 )
Wikipedia ID for Patate : Q3656217
Wikipedia SPARQL Query for Patate (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3656217 wdt:P1082 ?population. }
OPTIONAL { wd:Q3656217 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3656217 wdt:P2046 ?area. }
OPTIONAL { wd:Q3656217 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3656217 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3656217 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 Patate map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-1.402234, -78.51955, -1.152061, -78.321963);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Patate)
[out:json];
(
rel["name"="Patate"][type=boundary];
rel["name:en"="Patate"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Patate
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
El Triunfo | -1.300000 , -78.400000 |
Flandes | -1.333330 , -78.466670 |
Gualatan | -1.280050 , -78.494370 |
Hacienda Chilipala | -1.313600 , -78.514900 |
Hacienda Choyata | -1.241290 , -78.495240 |
Hacienda El Carmen | -1.333330 , -78.500000 |
Hacienda La Delicia | -1.303840 , -78.508780 |
Hacienda La Rinconada | -1.243230 , -78.488240 |
Hacienda Leito | -1.333330 , -78.466670 |
Hacienda Lligo | -1.302470 , -78.481950 |
Hacienda Pitula | -1.323450 , -78.497150 |
Hacienda Toutapi | -1.268100 , -78.505520 |
La Joya | -1.328360 , -78.496960 |
La Tranquilla | -1.343530 , -78.483940 |
Leitillo | -1.350440 , -78.475700 |
Los Andes | -1.251410 , -78.514240 |
Patate | -1.312150 , -78.508000 |
Platopamba | -1.266670 , -78.483330 |
Poato | -1.275480 , -78.487270 |
Quillullaco | -1.400000 , -78.466670 |
San Francisco | -1.300000 , -78.500000 |
San Rafael | -1.357700 , -78.479560 |
Sucre | -1.262120 , -78.492030 |
Tiglli | -1.316670 , -78.483330 |
Yamate | -1.314530 , -78.495100 |
Notes:
- You can download geometry data for Patate 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.