Download outline map of Píritu (geojson format) :
Píritu.geojson (**)
Download polygon array of Píritu map for "Google Maps" :
Píritu.txt
Bounding Box for Píritu Map : ( 9.809038 , -65.117149 , 10.059757 , -64.96897 )
Wikipedia ID for Píritu : Q965270
Wikipedia SPARQL Query for Píritu (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q965270 wdt:P1082 ?population. }
OPTIONAL { wd:Q965270 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q965270 wdt:P2046 ?area. }
OPTIONAL { wd:Q965270 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q965270 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q965270 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 Píritu map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](9.809038, -65.117149, 10.059757, -64.96897);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Píritu)
[out:json];
(
rel["name"="Piritu"][type=boundary];
rel["name:en"="Piritu"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Píritu
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Amanita | 9.855560 , -65.104170 |
Capachal | 9.910920 , -65.065170 |
Cardoncito | 9.962140 , -65.051580 |
El Aserradero | 9.866280 , -65.081550 |
El Cocuy | 9.828250 , -65.055690 |
El Guayabo | 9.962590 , -65.024070 |
El Mango | 10.001550 , -65.010260 |
El Rincon | 9.968890 , -65.022770 |
El Tejar | 10.051940 , -65.027470 |
El Tigre | 9.925080 , -65.088750 |
Guayabal | 9.926840 , -65.067990 |
Guere | 9.836340 , -65.105240 |
La Cuarera | 9.893970 , -65.067200 |
La Mascota | 10.013310 , -65.028470 |
La Padillera | 10.055190 , -65.009010 |
La Requenera | 9.945840 , -65.064330 |
La Serrania | 10.021170 , -65.009340 |
Los Ciruelitos | 9.912920 , -65.058760 |
Los Dos Caminos | 9.942840 , -65.087080 |
Mapuri | 9.866670 , -65.066670 |
Marapata | 9.966670 , -65.050000 |
Merey | 9.989160 , -64.996580 |
Nuevo Mundo | 9.928280 , -65.082220 |
Pica Pica | 10.011500 , -65.025410 |
Pirital | 9.959310 , -65.030020 |
Píritu | 10.038910 , -65.029750 |
Pozo Hondo | 9.957360 , -65.052060 |
Pueblo Viejo | 10.006090 , -65.034330 |
Puerto Píritu | 10.052969 , -65.037277 |
San Antonio | 9.977160 , -65.049830 |
San Francisco | 9.832250 , -65.051170 |
Santa Fe | 9.871000 , -65.071500 |
Taquecito | 9.940990 , -65.053830 |
Trompillar | 9.985640 , -64.988080 |
Uvero | 9.850000 , -65.050000 |
Yaguaratal | 9.852190 , -65.085200 |
Notes:
- You can download geometry data for Píritu 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.