Download outline map of Ocós (geojson format) :
Ocós.geojson (**)
Download polygon array of Ocós map for "Google Maps" :
Ocós.txt
Bounding Box for Ocós Map : ( 14.489957 , -92.231153 , 14.616649 , -92.050038 )
Wikipedia ID for Ocós : Q1748759
Wikipedia SPARQL Query for Ocós (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1748759 wdt:P1082 ?population. }
OPTIONAL { wd:Q1748759 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1748759 wdt:P2046 ?area. }
OPTIONAL { wd:Q1748759 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1748759 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1748759 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 Ocós map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.489957, -92.231153, 14.616649, -92.050038);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ocós)
[out:json];
(
rel["name"="Ocos"][type=boundary];
rel["name:en"="Ocos"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ocós
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bocana | 14.537750 , -92.148780 |
Carrizal | 14.580690 , -92.058480 |
Chiquirines Viejo | 14.586330 , -92.066490 |
Cimarron | 14.552440 , -92.154820 |
Colonia Diaz | 14.572170 , -92.055740 |
El Palmar Dos | 14.547870 , -92.083230 |
El Palmar I | 14.556210 , -92.108960 |
El Platanar | 14.566360 , -92.182890 |
El Quinel | 14.522500 , -92.183330 |
La Blanca | 14.578890 , -92.141370 |
La Cuchilla | 14.551110 , -92.195280 |
La Isla del Tular | 14.500190 , -92.184840 |
La Victoria | 14.528080 , -92.169810 |
Las Cruces | 14.547530 , -92.157850 |
Las Mareas del Suchiate | 14.545970 , -92.212200 |
Limoncitos | 14.568560 , -92.183020 |
Limones | 14.592160 , -92.173710 |
Los Cerritos | 14.519780 , -92.168810 |
Los Faros | 14.530660 , -92.217900 |
Madronales | 14.542500 , -92.126670 |
Ocós | 14.509440 , -92.193330 |
Poza Honda | 14.531320 , -92.120430 |
Pueblo Nuevo | 14.611360 , -92.137440 |
Rio Bravo | 14.535560 , -92.154440 |
Salinas | 14.529190 , -92.160970 |
San Antonio Limones | 14.588060 , -92.174170 |
Santa Clarita | 14.576380 , -92.177980 |
Tilapa | 14.494590 , -92.172550 |
Villa Angela | 14.542730 , -92.184380 |
Notes:
- You can download geometry data for Ocós 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.