Download outline map of Guamo (geojson format) :
Guamo.geojson (**)
Download polygon array of Guamo map for "Google Maps" :
Guamo.txt
Bounding Box for Guamo Map : ( 3.939637 , -75.085339 , 4.261489 , -74.828234 )
Wikipedia ID for Guamo : Q664349
Wikipedia SPARQL Query for Guamo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q664349 wdt:P1082 ?population. }
OPTIONAL { wd:Q664349 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q664349 wdt:P2046 ?area. }
OPTIONAL { wd:Q664349 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q664349 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q664349 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 Guamo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](3.939637, -75.085339, 4.261489, -74.828234);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Guamo)
[out:json];
(
rel["name"="Guamo"][type=boundary];
rel["name:en"="Guamo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Guamo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Caserio La Chamba | 4.021820 , -74.870250 |
Cerro Gordo | 4.172220 , -75.036940 |
El Higueron | 4.214170 , -75.021670 |
El Igua | 4.020000 , -75.062220 |
El Jardin | 4.028610 , -75.023060 |
El Paraiso | 4.053890 , -75.066390 |
El Portugues | 4.023130 , -74.918890 |
Guamal | 3.958420 , -74.946340 |
Guamo | 4.030780 , -74.970100 |
Guarumo | 4.111300 , -74.913390 |
La Beneda | 4.000000 , -74.900000 |
La Chamba | 4.026490 , -74.868440 |
La Delicia | 4.136740 , -74.974700 |
La Union | 4.150000 , -74.983330 |
Las Dos Aguas | 4.000000 , -74.883330 |
Las Mercedes | 4.195280 , -75.007500 |
Las Mercedes | 3.990830 , -75.055000 |
Loma de Luisa | 4.085280 , -75.008890 |
Puerto Chapeton | 4.033330 , -74.866670 |
Rincon Santo | 4.008030 , -74.896860 |
San Agustin | 3.950000 , -74.933330 |
San Jose | 3.983330 , -74.916670 |
San Rafael de Chipuelo | 4.041230 , -74.903530 |
Santa Ines | 3.950190 , -74.965880 |
Yalu | 4.047510 , -74.929150 |
Notes:
- You can download geometry data for Guamo 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.