Download outline map of Sambú (geojson format) :
Sambú.geojson (**)
Download polygon array of Sambú map for "Google Maps" :
Sambú.txt
Bounding Box for Sambú Map : ( 7.596049 , -78.313486 , 8.09321 , -77.943756 )
Wikipedia ID for Sambú : Q3711428
Wikipedia SPARQL Query for Sambú (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3711428 wdt:P1082 ?population. }
OPTIONAL { wd:Q3711428 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3711428 wdt:P2046 ?area. }
OPTIONAL { wd:Q3711428 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3711428 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3711428 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 Sambú map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](7.596049, -78.313486, 8.09321, -77.943756);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sambú)
[out:json];
(
rel["name"="Sambú"][type=boundary];
rel["name:en"="Sambú"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sambú
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bayamon | 7.968170 , -78.216480 |
Boca de Bado | 7.861670 , -78.078890 |
Boca de Barrial | 7.898060 , -78.109440 |
Boca de Limon | 7.983800 , -78.167810 |
Boca de Mongarada | 7.842220 , -78.068610 |
Boca de Pavarando | 7.825000 , -78.044720 |
Boca de Pogaro | 7.806670 , -78.048060 |
Boca de Purricha | 7.780280 , -78.012780 |
Boca de Tigre | 7.952780 , -78.161000 |
Boca de Trampa | 7.924920 , -78.129900 |
Calle Larga | 7.612500 , -78.069170 |
Churuco | 7.921210 , -78.119980 |
Condote | 7.886170 , -78.131340 |
Cucaracha | 7.879910 , -78.100070 |
Curundame | 7.998330 , -78.174720 |
Jingurudo | 7.879620 , -78.076890 |
La Chunga | 8.081100 , -78.209130 |
Puerto Indio | 8.021710 , -78.205280 |
Quebrada Guina | 7.851110 , -78.069440 |
Rio Sabalo | 7.982100 , -78.219390 |
Rio Tigre | 7.936280 , -78.183350 |
Sabalo | 7.958890 , -78.246110 |
Notes:
- You can download geometry data for Sambú 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.