Download outline map of Simoca (geojson format) :
Simoca.geojson (**)
Download polygon array of Simoca map for "Google Maps" :
Simoca.txt
Bounding Box for Simoca Map : ( -27.587669 , -65.560063 , -27.174115 , -64.963957 )
Wikipedia ID for Simoca : Q367345
Wikipedia SPARQL Query for Simoca (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q367345 wdt:P1082 ?population. }
OPTIONAL { wd:Q367345 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q367345 wdt:P2046 ?area. }
OPTIONAL { wd:Q367345 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q367345 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q367345 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 Simoca map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-27.587669, -65.560063, -27.174115, -64.963957);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Simoca)
[out:json];
(
rel["name"="Simoca"][type=boundary];
rel["name:en"="Simoca"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Simoca
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alto de las Lechuzas | -27.408480 , -65.273640 |
Ampata | -27.428620 , -65.240790 |
Ampatilla | -27.482310 , -65.069100 |
Atahona | -27.417370 , -65.287160 |
Balderrama | -27.200740 , -65.369520 |
Chicligasta | -27.434920 , -65.163300 |
Ciudacita | -27.440350 , -65.434350 |
Colonia Nueva Trinidad | -27.512010 , -65.520260 |
El Jardin | -27.268240 , -65.412730 |
El Tobar | -27.533330 , -65.066670 |
Gastona | -27.316670 , -65.416670 |
Gueemes | -27.308380 , -65.293380 |
Ingas | -27.449220 , -65.349320 |
La Tuna | -27.321390 , -65.450420 |
Los Agudos | -27.461010 , -65.460680 |
Los Perez | -27.233330 , -65.383330 |
Macio | -27.263310 , -65.427000 |
Monteagudo | -27.511620 , -65.276560 |
Nueva Trinidad | -27.485160 , -65.487790 |
Palomitas | -27.467030 , -65.226980 |
Pampa Mayo | -27.290870 , -65.386160 |
Rio Chico | -27.489570 , -65.507630 |
San Antonio de Quisca | -27.566670 , -65.050000 |
Santa Cruz | -27.389850 , -65.457660 |
Simoca | -27.262720 , -65.356470 |
Trejos | -27.504440 , -65.309700 |
Valenzuela | -27.413900 , -65.403310 |
Yacuchiri | -27.370540 , -65.215290 |
Yalapa | -27.465780 , -65.051680 |
Notes:
- You can download geometry data for Simoca 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.