Download outline map of Manu (geojson format) :
Manu.geojson (**)
Download polygon array of Manu map for "Google Maps" :
Manu.txt
Bounding Box for Manu Map : ( -13.273475 , -72.428848 , -11.315869 , -70.038201 )
Wikipedia ID for Manu : Q2320717
Wikipedia SPARQL Query for Manu (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2320717 wdt:P1082 ?population. }
OPTIONAL { wd:Q2320717 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2320717 wdt:P2046 ?area. }
OPTIONAL { wd:Q2320717 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2320717 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2320717 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 Manu map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-13.273475, -72.428848, -11.315869, -70.038201);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Manu)
[out:json];
(
rel["name"="Manu"][type=boundary];
rel["name:en"="Manu"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Manu
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alicta | -12.983330 , -71.166670 |
Atalaya | -12.983330 , -71.166670 |
Boca de Puquiri | -12.679900 , -70.483970 |
Chaspi | -12.983330 , -70.383330 |
Colon | -11.933330 , -71.316670 |
Colon | -12.016670 , -71.033330 |
Colorado | -12.617760 , -70.390580 |
Fizcarrald | -11.726350 , -72.361460 |
Itahuania | -12.631310 , -71.228180 |
Madre de Dios | -12.600000 , -70.083330 |
Manú | -12.250000 , -70.900000 |
Noche Triste | -12.533330 , -71.950000 |
Nueva Cruz | -12.683330 , -71.950000 |
Pichicato Bajo | -12.066670 , -70.750000 |
Puerto Buena Vista | -12.950000 , -71.133330 |
Puerto Cashpajali | -11.816670 , -71.800000 |
Puerto Definitivo | -12.416670 , -70.950000 |
Puerto Fiscarrald | -11.866670 , -71.866670 |
Puerto Provisional | -12.600000 , -71.066670 |
Puerto Tahuantinsuyo | -12.609720 , -70.392670 |
Reparticion | -11.883330 , -72.083330 |
San Juan Chico | -12.575340 , -70.150800 |
San Juan Grande | -12.601120 , -70.216270 |
Shintuya | -12.667300 , -71.296510 |
Notes:
- You can download geometry data for Manu 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.