Download outline map of San Antonio (geojson format) :
San Antonio.geojson (**)
Download polygon array of San Antonio map for "Google Maps" :
San Antonio.txt
Bounding Box for San Antonio Map : ( 3.821169 , -75.632053 , 4.121124 , -75.388996 )
Wikipedia ID for San Antonio : Q1526235
Wikipedia SPARQL Query for San Antonio (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1526235 wdt:P1082 ?population. }
OPTIONAL { wd:Q1526235 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1526235 wdt:P2046 ?area. }
OPTIONAL { wd:Q1526235 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1526235 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1526235 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 Antonio map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](3.821169, -75.632053, 4.121124, -75.388996);
);
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 Antonio)
[out:json];
(
rel["name"="San Antonio"][type=boundary];
rel["name:en"="San Antonio"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of San Antonio
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barro Blanco | 3.970000 , -75.469170 |
Buenos Aires | 3.888890 , -75.560830 |
Corinto | 3.932220 , -75.559170 |
Costa Rica | 3.918330 , -75.565000 |
El Desierto | 3.923890 , -75.556670 |
El Encanto | 3.884170 , -75.565280 |
El Jazmin | 3.909440 , -75.588060 |
El Mirador | 3.879170 , -75.560000 |
El Retiro | 3.973890 , -75.492220 |
El Tesoro | 3.980560 , -75.574720 |
El Topacio | 4.033330 , -75.433330 |
Ford | 3.874170 , -75.504440 |
La Colachera | 3.905000 , -75.559440 |
La Esmeralda | 3.951390 , -75.478060 |
La Florida | 4.033330 , -75.445560 |
La Laguna | 3.936940 , -75.492780 |
La Profunda | 3.916670 , -75.557780 |
La Puerquera | 4.010560 , -75.491670 |
La Samaria | 3.990220 , -75.462330 |
La Sonora | 3.985280 , -75.575280 |
Las Brisas | 3.919440 , -75.494170 |
Las Violetas | 3.875280 , -75.561390 |
Loma Larga | 3.890280 , -75.478890 |
Los Guayabos | 4.014440 , -75.485000 |
Lugo | 3.850280 , -75.510830 |
Montebello | 3.929440 , -75.571390 |
Normandia | 3.971110 , -75.587500 |
Palermo | 3.912780 , -75.559440 |
Palestrina | 3.928610 , -75.556390 |
Playarrica | 4.056940 , -75.410280 |
Potosi | 3.981390 , -75.561390 |
San Antonio | 3.914230 , -75.480080 |
San Joaquin | 3.986670 , -75.491670 |
San Jorge | 3.963060 , -75.471670 |
Tetuan | 3.866670 , -75.533330 |
Notes:
- You can download geometry data for San Antonio 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.