Download outline map of Urdaneta (geojson format) :
Urdaneta.geojson (**)
Download polygon array of Urdaneta map for "Google Maps" :
Urdaneta.txt
Bounding Box for Urdaneta Map : ( 8.979711 , -70.730746 , 9.291925 , -70.443266 )
Wikipedia ID for Urdaneta : Q403816
Wikipedia SPARQL Query for Urdaneta (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q403816 wdt:P1082 ?population. }
OPTIONAL { wd:Q403816 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q403816 wdt:P2046 ?area. }
OPTIONAL { wd:Q403816 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q403816 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q403816 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 Urdaneta map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](8.979711, -70.730746, 9.291925, -70.443266);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Urdaneta)
[out:json];
(
rel["name"="Urdaneta"][type=boundary];
rel["name:en"="Urdaneta"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Urdaneta
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alto de Isnarun | 9.247420 , -70.552020 |
Alto de la Cruz | 9.279360 , -70.557110 |
Cajuy | 9.264440 , -70.553890 |
Cuencas | 9.207990 , -70.515300 |
Curubuy | 9.134540 , -70.607850 |
Duri | 9.089600 , -70.677350 |
El Burrero | 9.233330 , -70.550000 |
El Pajarito | 9.073290 , -70.559830 |
Esclavasito | 9.166670 , -70.616670 |
Esnacuao | 9.173890 , -70.495560 |
Estapapes | 9.136960 , -70.562340 |
Estibanda | 9.229010 , -70.521340 |
Estibuco | 9.027790 , -70.634550 |
Jajo | 9.077910 , -70.657600 |
Juan Martin | 9.012140 , -70.696110 |
La Cabrera | 9.056940 , -70.674630 |
La Loma | 9.064550 , -70.654140 |
La Mesa del Guayabal | 9.209320 , -70.542960 |
La Quebrada | 9.154620 , -70.576040 |
La Vega | 9.090960 , -70.661670 |
Las Porqueras | 9.044380 , -70.632400 |
Llano del Jarillo | 9.113360 , -70.667990 |
Llano Grande | 9.222300 , -70.589060 |
Loma del Medio | 9.191270 , -70.566570 |
Loma del Pozo | 9.177780 , -70.516670 |
Los Arboles | 9.135240 , -70.624560 |
Los Cuartelitos | 9.179290 , -70.591570 |
Marajabu | 9.228330 , -70.495560 |
Mesa de Los Morenos | 9.117730 , -70.666300 |
Mitiquitis | 9.043350 , -70.685300 |
Miyayi | 9.057000 , -70.688700 |
Montero | 9.120080 , -70.640820 |
Perrera | 9.205560 , -70.551670 |
Potrerito | 9.150330 , -70.527770 |
Potrerito | 9.033990 , -70.665220 |
San Rafael | 9.141670 , -70.547220 |
Santa Rita | 9.194410 , -70.620450 |
Santiago de Trujillo | 9.246160 , -70.528570 |
Timbis | 9.178890 , -70.573010 |
Tubu | 9.202900 , -70.592600 |
Tubucito | 9.213640 , -70.581950 |
Tuname | 9.060200 , -70.606150 |
Tunda | 9.143780 , -70.594150 |
Villa Mercedes | 9.044680 , -70.717940 |
Notes:
- You can download geometry data for Urdaneta 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.