Download outline map of Pedro Carbo (geojson format) :
Pedro Carbo.geojson (**)
Download polygon array of Pedro Carbo map for "Google Maps" :
Pedro Carbo.txt
Bounding Box for Pedro Carbo Map : ( -2.083886 , -80.44464 , -1.647733 , -80.114514 )
Wikipedia ID for Pedro Carbo : Q1990023
Wikipedia SPARQL Query for Pedro Carbo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1990023 wdt:P1082 ?population. }
OPTIONAL { wd:Q1990023 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1990023 wdt:P2046 ?area. }
OPTIONAL { wd:Q1990023 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1990023 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1990023 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 Pedro Carbo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-2.083886, -80.44464, -1.647733, -80.114514);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pedro Carbo)
[out:json];
(
rel["name"="Pedro Carbo"][type=boundary];
rel["name:en"="Pedro Carbo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pedro Carbo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Boca de Guanabano | -1.771780 , -80.395510 |
Cascajal | -1.783330 , -80.183330 |
Estacada | -1.824380 , -80.255470 |
Jerusalen | -1.704910 , -80.258310 |
La Victoria | -1.700000 , -80.250000 |
Las Piedras | -1.941270 , -80.256680 |
Potrerillo | -1.728360 , -80.261140 |
Pueblo Nuevo | -1.833330 , -80.133330 |
Quisquisale | -1.865630 , -80.371580 |
Sabanilla | -1.833330 , -80.200000 |
San Jeronimo | -1.850000 , -80.350000 |
Villao | -1.845690 , -80.337160 |
Notes:
- You can download geometry data for Pedro Carbo 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.