Download outline map of Suaza (geojson format) :
Suaza.geojson (**)
Download polygon array of Suaza map for "Google Maps" :
Suaza.txt
Bounding Box for Suaza Map : ( 1.739485 , -75.941855 , 1.999808 , -75.688515 )
Wikipedia ID for Suaza : Q1526187
Wikipedia SPARQL Query for Suaza (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1526187 wdt:P1082 ?population. }
OPTIONAL { wd:Q1526187 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1526187 wdt:P2046 ?area. }
OPTIONAL { wd:Q1526187 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1526187 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1526187 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 Suaza map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](1.739485, -75.941855, 1.999808, -75.688515);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Suaza)
[out:json];
(
rel["name"="Suaza"][type=boundary];
rel["name:en"="Suaza"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Suaza
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Acevedo | 1.836060 , -75.854980 |
Brasil | 1.842260 , -75.814140 |
El Horizonte | 1.863010 , -75.771150 |
El Palmar | 1.830050 , -75.809990 |
El Vergel | 1.805040 , -75.809990 |
El Yeso | 1.898880 , -75.798110 |
Gabinete | 1.900000 , -75.900000 |
Gallardo | 1.874420 , -75.886060 |
Guayabal | 1.906800 , -75.804810 |
Hato Viejo | 1.950020 , -75.791320 |
La Burra | 1.877070 , -75.795240 |
La Escudilla | 1.857930 , -75.925590 |
La Paja | 1.908300 , -75.767010 |
La Primavera | 1.840760 , -75.761590 |
La Sola | 1.859900 , -75.851370 |
Las Juntas | 1.818410 , -75.818060 |
Las Quemadas | 1.939760 , -75.803310 |
Los Cauchos | 1.916020 , -75.739120 |
Mantagua | 1.898850 , -75.785450 |
Montebello | 1.876490 , -75.742920 |
Picuna | 1.921440 , -75.849520 |
Picunita | 1.899660 , -75.859440 |
San Antonio | 1.795660 , -75.849760 |
San Calixto | 1.930890 , -75.762280 |
San Jose | 1.942410 , -75.774500 |
Satia | 1.950130 , -75.827400 |
Suaza | 1.976110 , -75.794540 |
Notes:
- You can download geometry data for Suaza 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.