Download outline map of San Sebastián (geojson format) :
San Sebastián.geojson (**)
Download polygon array of San Sebastián map for "Google Maps" :
San Sebastián.txt
Bounding Box for San Sebastián Map : ( 9.831749 , -67.325672 , 10.102069 , -67.058546 )
Wikipedia ID for San Sebastián : Q642788
Wikipedia SPARQL Query for San Sebastián (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q642788 wdt:P1082 ?population. }
OPTIONAL { wd:Q642788 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q642788 wdt:P2046 ?area. }
OPTIONAL { wd:Q642788 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q642788 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q642788 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 Sebastián map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](9.831749, -67.325672, 10.102069, -67.058546);
);
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 Sebastián)
[out:json];
(
rel["name"="San Sebastian"][type=boundary];
rel["name:en"="San Sebastian"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of San Sebastián
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Antunez | 9.915440 , -67.143700 |
Boca de La Vainilla | 10.029170 , -67.166610 |
Bucares | 10.076110 , -67.143890 |
Caicara | 10.097740 , -67.312280 |
Cambural | 10.005290 , -67.214580 |
Carapita | 10.022980 , -67.211840 |
Casupo | 10.076670 , -67.234440 |
Cataure | 10.059820 , -67.299370 |
Cataurito | 9.959980 , -67.286340 |
Catauron | 10.069440 , -67.310000 |
Corozal | 10.024560 , -67.166550 |
Corralito | 9.985930 , -67.209810 |
Cucharito | 9.960110 , -67.286070 |
El Algarrobo | 10.029400 , -67.213740 |
El Altar | 10.056080 , -67.084690 |
El Guanabano | 9.952780 , -67.162220 |
El Hoyo | 10.051240 , -67.292700 |
El Nicual | 10.061030 , -67.260910 |
El Peaje | 10.024840 , -67.094500 |
El Taque | 9.883330 , -67.100000 |
El Trompillo | 10.068400 , -67.109910 |
Guanasnal | 9.983330 , -67.116670 |
Hacienda La Lagunita | 10.100000 , -67.116670 |
Hacienda La Matica | 10.050000 , -67.300000 |
La Guama | 9.964810 , -67.177240 |
La Palma | 10.037510 , -67.281530 |
Los Aguacates | 9.987550 , -67.129010 |
Los Manires | 9.966560 , -67.149910 |
Los Paraparos | 10.079520 , -67.144700 |
Los Ranchos | 10.072550 , -67.146010 |
Mapurito | 9.883330 , -67.116670 |
Marcano | 10.063060 , -67.129500 |
Oficina Picachito | 10.083330 , -67.200000 |
Quebrada Honda | 9.932370 , -67.233540 |
San Jose | 9.883330 , -67.100000 |
San Pablo | 10.034010 , -67.067800 |
San Salvador | 10.048620 , -67.064370 |
Valle de La Cruz | 10.005260 , -67.248570 |
Valle La Tarasca | 10.049230 , -67.175920 |
Yaguare | 9.983110 , -67.237510 |
Notes:
- You can download geometry data for San Sebastián 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.