Download outline map of Sucre (geojson format) :
Sucre.geojson (**)
Download polygon array of Sucre map for "Google Maps" :
Sucre.txt
Bounding Box for Sucre Map : ( -0.870723 , -80.520926 , -0.060912 , -80.081051 )
Wikipedia ID for Sucre : Q1992579
Wikipedia SPARQL Query for Sucre (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1992579 wdt:P1082 ?population. }
OPTIONAL { wd:Q1992579 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1992579 wdt:P2046 ?area. }
OPTIONAL { wd:Q1992579 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1992579 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1992579 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 Sucre map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-0.870723, -80.520926, -0.060912, -80.081051);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sucre)
[out:json];
(
rel["name"="Sucre"][type=boundary];
rel["name:en"="Sucre"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sucre
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Avila | -0.726670 , -80.397010 |
Boca de Briceno | -0.516670 , -80.433330 |
Canitas | -0.854170 , -80.468600 |
Canoa | -0.461950 , -80.454440 |
Charapoto | -0.837760 , -80.486670 |
Chita Abajo | -0.483780 , -80.331730 |
Corono | -0.750620 , -80.426310 |
Don Juan | -0.140470 , -80.234950 |
El Paraiso | -0.316670 , -80.366670 |
El Pueblito | -0.827420 , -80.496460 |
La Chonta | -0.250000 , -80.083330 |
La Florida | -0.425080 , -80.449480 |
Laguna | -0.174030 , -80.126870 |
Las Flores | -0.466670 , -80.300000 |
Los Camarones | -0.100990 , -80.154160 |
Napo | -0.566670 , -80.416670 |
Rambuche | -0.233330 , -80.333330 |
Rosa Blanca | -0.502030 , -80.279500 |
Salinas | -0.633330 , -80.300000 |
San Clemente | -0.750000 , -80.500000 |
San Isidro | -0.378880 , -80.184850 |
San Jacinto | -0.783330 , -80.516670 |
San Miguel de Piquigua | -0.378270 , -80.268240 |
San Vicente | -0.589860 , -80.408060 |
Santa Rosa | -0.392890 , -80.171490 |
Selva Alegre | -0.500000 , -80.316670 |
Notes:
- You can download geometry data for Sucre 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.