Download outline map of Pimampiro (geojson format) : 
Pimampiro.geojson (**)
Download polygon array of Pimampiro map for "Google Maps" : 
Pimampiro.txt
Bounding Box for Pimampiro Map : ( 0.159618 , -78.030276 , 0.432131 , -77.784663 )
Wikipedia ID for Pimampiro : Q1528983
Wikipedia SPARQL Query for Pimampiro (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q1528983 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q1528983 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q1528983 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q1528983 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q1528983 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q1528983 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 Pimampiro map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](0.159618, -78.030276, 0.432131, -77.784663);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pimampiro)
	
[out:json];
(
rel["name"="Pimampiro"][type=boundary];
rel["name:en"="Pimampiro"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pimampiro
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Buenos Aires  |  0.344150 , -77.931580  | 
|  Chuga  |  0.375410 , -77.904120  | 
|  El Cebadal  |  0.351070 , -77.898300  | 
|  El Inca  |  0.345710 , -77.959450  | 
|  Guanupamba  |  0.311400 , -77.961830  | 
|  Hacienda Caldera  |  0.428740 , -77.935530  | 
|  Hacienda Pinandro  |  0.383820 , -77.932510  | 
|  Hacienda San Nicolas  |  0.383330 , -77.933330  | 
|  Hacienda Santa Rosa  |  0.409050 , -77.933240  | 
|  Mariano Acosta  |  0.298830 , -77.980810  | 
|  Pimampiro  |  0.391160 , -77.940680  | 
|  Pucapamba  |  0.285260 , -77.992250  | 
|  Ramos Danta  |  0.315660 , -77.907270  | 
|  San Francisco de Sigsipamba  |  0.300510 , -77.916800  | 
|  San Jose  |  0.308130 , -77.939340  | 
|  San Vicente  |  0.284880 , -77.907920  | 
Notes:
- You can download geometry data for Pimampiro 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.