Download outline map of Potosí (geojson format) :
Potosí.geojson (**)
Download polygon array of Potosí map for "Google Maps" :
Potosí.txt
Bounding Box for Potosí Map : ( 0.630993 , -77.64267 , 0.843739 , -77.186797 )
Wikipedia ID for Potosí : Q1525078
Wikipedia SPARQL Query for Potosí (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1525078 wdt:P1082 ?population. }
OPTIONAL { wd:Q1525078 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1525078 wdt:P2046 ?area. }
OPTIONAL { wd:Q1525078 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1525078 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1525078 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 Potosí map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](0.630993, -77.64267, 0.843739, -77.186797);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Potosí)
[out:json];
(
rel["name"="Potosí"][type=boundary];
rel["name:en"="Potosí"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Potosí
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cardenas | 0.762140 , -77.617640 |
Caserio Cuatro Esquinas | 0.791440 , -77.591330 |
Caserio La Capilla | 0.818650 , -77.538290 |
Cortadera | 0.744910 , -77.607360 |
Cuaspud | 0.765190 , -77.569720 |
El Floral | 0.818930 , -77.507130 |
Igueey | 0.796850 , -77.602310 |
Mueses | 0.772490 , -77.567910 |
Potosí | 0.807390 , -77.572160 |
San Pedro | 0.828550 , -77.562310 |
Sinai | 0.816670 , -77.533330 |
Sinai | 0.823280 , -77.523110 |
Notes:
- You can download geometry data for Potosí 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.