Download outline map of Santa Fé (geojson format) :
Santa Fé.geojson (**)
Download polygon array of Santa Fé map for "Google Maps" :
Santa Fé.txt
Bounding Box for Santa Fé Map : ( 8.387749 , -81.229882 , 8.889305 , -80.729942 )
Wikipedia ID for Santa Fé : Q3711449
Wikipedia SPARQL Query for Santa Fé (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3711449 wdt:P1082 ?population. }
OPTIONAL { wd:Q3711449 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3711449 wdt:P2046 ?area. }
OPTIONAL { wd:Q3711449 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3711449 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3711449 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 Santa Fé map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](8.387749, -81.229882, 8.889305, -80.729942);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Santa Fé)
[out:json];
(
rel["name"="Santa Fe"][type=boundary];
rel["name:en"="Santa Fe"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Santa Fé
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alto Limon | 8.689760 , -81.180380 |
Alto Ortiga | 8.611090 , -81.210870 |
Bajo de San Juan | 8.483330 , -81.066670 |
Bermejo | 8.530210 , -81.087340 |
Caimito | 8.493790 , -80.936090 |
Calle Larga | 8.748400 , -80.732800 |
Calovebora | 8.787030 , -81.210560 |
Cuaycito | 8.450000 , -81.116670 |
El Alto | 8.511910 , -81.036460 |
El Cedro | 8.421600 , -81.063590 |
El Juncal | 8.487370 , -81.027010 |
El Pajonal | 8.533330 , -81.066670 |
El Palmar | 8.531870 , -81.074180 |
El Palmarito | 8.494130 , -81.015960 |
El Pantano | 8.537550 , -81.069410 |
El Puente | 8.513740 , -81.030950 |
Gatu | 8.537540 , -80.951090 |
La Culaca | 8.517580 , -81.051650 |
La Fria | 8.449990 , -81.049090 |
La Golondrina | 8.516670 , -81.033330 |
La Palizada Numero Uno | 8.881380 , -80.897480 |
La Pandura | 8.489920 , -81.051470 |
Las Lajas | 8.479520 , -81.045620 |
Las Trancas | 8.497950 , -81.072110 |
Los Bajos | 8.500000 , -81.066670 |
Los Corotues | 8.420140 , -81.104210 |
Rio Guazaro | 8.808430 , -81.080500 |
Rio Piedra | 8.560610 , -81.189810 |
Sabaneta | 8.500000 , -80.933330 |
San Jose | 8.528150 , -80.968350 |
Santa Barbara | 8.501470 , -80.975070 |
Santa Fe | 8.516670 , -81.083330 |
Tute Abajo | 8.466670 , -81.083330 |
Tute Arriba | 8.491580 , -81.085710 |
Veraguas | 8.867090 , -80.901390 |
Vueltas Largas | 8.445410 , -81.056960 |
Notes:
- You can download geometry data for Santa Fé 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.