Download outline map of Rangel (geojson format) :
Rangel.geojson (**)
Download polygon array of Rangel map for "Google Maps" :
Rangel.txt
Bounding Box for Rangel Map : ( 8.584243 , -71.035172 , 8.89111 , -70.708999 )
Wikipedia ID for Rangel : Q929490
Wikipedia SPARQL Query for Rangel (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q929490 wdt:P1082 ?population. }
OPTIONAL { wd:Q929490 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q929490 wdt:P2046 ?area. }
OPTIONAL { wd:Q929490 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q929490 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q929490 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 Rangel map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](8.584243, -71.035172, 8.89111, -70.708999);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Rangel)
[out:json];
(
rel["name"="Rangel"][type=boundary];
rel["name:en"="Rangel"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Rangel
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Apartaderos | 8.800570 , -70.844720 |
Cacute | 8.678640 , -71.014390 |
Casa de Gobierno | 8.833690 , -70.856010 |
Casa Gobierno | 8.850000 , -70.900000 |
El Aguila | 8.840220 , -70.823210 |
El Pedregal | 8.780880 , -70.860520 |
El Picadero | 8.698770 , -70.941320 |
El Royal | 8.760340 , -70.889170 |
El Vergel | 8.741740 , -70.941670 |
Escaguey | 8.691950 , -70.995870 |
Gavidia | 8.687010 , -70.928870 |
La Asomada | 8.824170 , -70.857940 |
La Cruz | 8.708710 , -70.981940 |
La Escasez | 8.648750 , -70.768030 |
La Mucuchache | 8.775700 , -70.855100 |
Llano del Hato | 8.785070 , -70.875180 |
Los Aposentos | 8.752360 , -70.943400 |
Los Limones | 8.715520 , -70.991790 |
Mesa de los Pozos | 8.787130 , -70.847320 |
Mesa Redonda | 8.845080 , -70.929950 |
Micarache | 8.694580 , -70.896580 |
Misigua | 8.750000 , -70.933330 |
Misinta | 8.756660 , -70.916300 |
Mitibibo | 8.781170 , -70.887380 |
Mocao | 8.740730 , -70.923780 |
Mucuchies | 8.748990 , -70.914180 |
Mucumpate | 8.751510 , -70.901610 |
Mucuruba | 8.707340 , -70.991560 |
Piedra Grande | 8.850000 , -70.850000 |
Pueblo Nuevo | 8.820120 , -70.859370 |
San Isidro | 8.794850 , -70.858200 |
San Rafael | 8.769120 , -70.873850 |
Santa Rita | 8.800000 , -70.966670 |
Notes:
- You can download geometry data for Rangel 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.