Download outline map of San Pedro (geojson format) :
San Pedro.geojson (**)
Download polygon array of San Pedro map for "Google Maps" :
San Pedro.txt
Bounding Box for San Pedro Map : ( 6.38299 , -75.662838 , 6.525722 , -75.451669 )
Wikipedia ID for San Pedro : Q1441754
Wikipedia SPARQL Query for San Pedro (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1441754 wdt:P1082 ?population. }
OPTIONAL { wd:Q1441754 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1441754 wdt:P2046 ?area. }
OPTIONAL { wd:Q1441754 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1441754 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1441754 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 San Pedro map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](6.38299, -75.662838, 6.525722, -75.451669);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (San Pedro)
[out:json];
(
rel["name"="San Pedro"][type=boundary];
rel["name:en"="San Pedro"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of San Pedro
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alto El Saltadero | 6.438820 , -75.558920 |
Chuscalito | 6.504170 , -75.614720 |
Correa Tamayo | 6.492640 , -75.602790 |
Cuatro Esquinas | 6.429500 , -75.518790 |
Cuatro Esquinas | 6.432070 , -75.512640 |
El Salado | 6.504440 , -75.576390 |
Espiritusanto | 6.467210 , -75.640290 |
Establo | 6.461990 , -75.580640 |
Finca La Florida | 6.460900 , -75.551230 |
Finca Quebrada Arriba | 6.492710 , -75.616420 |
Finca San Francisco | 6.478590 , -75.600230 |
Juntas | 6.505290 , -75.468430 |
La Banca | 6.388260 , -75.635880 |
La Colmera | 6.473570 , -75.526890 |
La Palma | 6.505830 , -75.579170 |
La Teresita | 6.472820 , -75.543670 |
La Tolda | 6.471080 , -75.502410 |
Monte Pantanillo | 6.434090 , -75.636800 |
Morro de Ovejas | 6.395240 , -75.623160 |
Ovejas | 6.395720 , -75.646210 |
Patio Bonilo | 6.492860 , -75.545930 |
Piedras Blancas | 6.476140 , -75.554960 |
Playas Espinal | 6.513060 , -75.582500 |
San Francisco | 6.466850 , -75.598580 |
San Juan Zapata | 6.496710 , -75.593560 |
San Pedro | 6.464510 , -75.560020 |
Zancudito | 6.516670 , -75.583330 |
Zatra Tobon | 6.511940 , -75.560000 |
Notes:
- You can download geometry data for San Pedro 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.