Download outline map of Sotillo (geojson format) :
Sotillo.geojson (**)
Download polygon array of Sotillo map for "Google Maps" :
Sotillo.txt
Bounding Box for Sotillo Map : ( 10.096508 , -64.675446 , 10.305414 , -64.439018 )
Wikipedia ID for Sotillo : Q6298891
Wikipedia SPARQL Query for Sotillo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q6298891 wdt:P1082 ?population. }
OPTIONAL { wd:Q6298891 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q6298891 wdt:P2046 ?area. }
OPTIONAL { wd:Q6298891 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q6298891 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q6298891 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 Sotillo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](10.096508, -64.675446, 10.305414, -64.439018);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sotillo)
[out:json];
(
rel["name"="Sotillo"][type=boundary];
rel["name:en"="Sotillo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sotillo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Apamato | 10.157020 , -64.546950 |
Boqueron | 10.144220 , -64.551850 |
Cambural | 10.146890 , -64.542260 |
Camburito | 10.153770 , -64.469330 |
Cancoba | 10.100000 , -64.566670 |
Caratal | 10.173890 , -64.494180 |
Carrasposo | 10.164620 , -64.504480 |
Carrizal | 10.130600 , -64.540840 |
Curaguaro | 10.132240 , -64.566790 |
El Cacao | 10.126030 , -64.530760 |
El Limon | 10.177880 , -64.577000 |
El Rincon | 10.130690 , -64.579310 |
El Salto | 10.151540 , -64.529300 |
El Toyano | 10.131650 , -64.481760 |
Guaraguao | 10.216670 , -64.633330 |
La Adjunta | 10.161040 , -64.515050 |
La Corcovada | 10.101670 , -64.566670 |
La Florida | 10.178130 , -64.483680 |
La Toma | 10.182140 , -64.491980 |
Las Minas | 10.164370 , -64.454260 |
Las Palomas | 10.118480 , -64.500300 |
Merecure | 10.130180 , -64.515510 |
Pekin | 10.153050 , -64.498410 |
Peonia | 10.178560 , -64.539360 |
Pozuelos | 10.192330 , -64.633760 |
Puerto la Cruz | 10.216670 , -64.616670 |
Sabana Larga | 10.102910 , -64.555830 |
San Agustin | 10.167280 , -64.495360 |
San Diego | 10.112330 , -64.573410 |
San Pedro | 10.168650 , -64.566870 |
Tucupido | 10.155060 , -64.520440 |
Vidono | 10.183330 , -64.633330 |
Notes:
- You can download geometry data for Sotillo 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.