Download outline map of San Agustín (geojson format) :
San Agustín.geojson (**)
Download polygon array of San Agustín map for "Google Maps" :
San Agustín.txt
Bounding Box for San Agustín Map : ( 1.66201 , -76.624259 , 2.192702 , -76.196532 )
Wikipedia ID for San Agustín : Q1010129
Wikipedia SPARQL Query for San Agustín (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1010129 wdt:P1082 ?population. }
OPTIONAL { wd:Q1010129 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1010129 wdt:P2046 ?area. }
OPTIONAL { wd:Q1010129 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1010129 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1010129 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 Agustín map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](1.66201, -76.624259, 2.192702, -76.196532);
);
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 Agustín)
[out:json];
(
rel["name"="San Agustín"][type=boundary];
rel["name:en"="San Agustín"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of San Agustín
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aguadas | 1.923870 , -76.292320 |
Alto del Obispo | 1.847220 , -76.253110 |
Bajo Frutal | 1.797070 , -76.256430 |
Buena Vista | 1.967480 , -76.306590 |
Buenavista | 1.910940 , -76.419570 |
Cascajal | 1.932430 , -76.335700 |
Chontillal | 1.937750 , -76.385470 |
El Chorroso | 1.817030 , -76.238010 |
El Jabon | 1.939670 , -76.326910 |
El Palmar | 1.960830 , -76.293510 |
Juntas | 1.940870 , -76.515290 |
Juntas | 1.941000 , -76.525940 |
La Candela | 1.863140 , -76.360540 |
La Castellana | 1.791960 , -76.328570 |
La Esperanza | 1.855650 , -76.375030 |
La Gaitana | 1.926940 , -76.417490 |
La Gondola | 1.953580 , -76.295770 |
Las Eras | 1.837000 , -76.210560 |
Los Gauchos | 1.830100 , -76.225060 |
Los Monos | 1.960000 , -76.479540 |
Obando | 1.939320 , -76.299100 |
Puerto Quinchana | 1.916550 , -76.424140 |
Quebradon | 1.881560 , -76.339030 |
San Agustín | 1.878630 , -76.275570 |
San Antonio | 1.950000 , -76.483330 |
Santa Marta | 1.946830 , -76.555320 |
Santa Monica | 1.863260 , -76.334390 |
Villa Fatima | 1.896180 , -76.394410 |
Villa Herminia | 1.835210 , -76.268200 |
Notes:
- You can download geometry data for San Agustí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.