Download outline map of Nangaritza (geojson format) :
Nangaritza.geojson (**)
Download polygon array of Nangaritza map for "Google Maps" :
Nangaritza.txt
Bounding Box for Nangaritza Map : ( -4.680606 , -78.951692 , -3.947781 , -78.529435 )
Wikipedia ID for Nangaritza : Q1989193
Wikipedia SPARQL Query for Nangaritza (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1989193 wdt:P1082 ?population. }
OPTIONAL { wd:Q1989193 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1989193 wdt:P2046 ?area. }
OPTIONAL { wd:Q1989193 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1989193 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1989193 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 Nangaritza map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-4.680606, -78.951692, -3.947781, -78.529435);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Nangaritza)
[out:json];
(
rel["name"="Nangaritza"][type=boundary];
rel["name:en"="Nangaritza"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Nangaritza
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Campamento Agua Colorada | -4.577220 , -78.663330 |
Campamento El Abandono | -4.610560 , -78.699720 |
Campamento El Diluvio | -4.619440 , -78.724720 |
Campamento El Mirador | -4.639170 , -78.770000 |
Campamento La Hambruna | -4.541940 , -78.662220 |
Campamento La Pampa | -4.556110 , -78.660280 |
Guayzimi | -4.042920 , -78.680040 |
Jibaria Congueime | -4.037480 , -78.636560 |
La Guanta | -4.204390 , -78.638200 |
La Guantza | -4.163080 , -78.642620 |
Maizi | -4.287400 , -78.633610 |
Puesto de Vigilancia E Miazi | -4.310810 , -78.662110 |
Shaime | -4.317360 , -78.667350 |
Surmi | -4.102430 , -78.665880 |
Yapi | -4.139330 , -78.632000 |
Notes:
- You can download geometry data for Nangaritza 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.