Download outline map of Celestún (geojson format) :
Celestún.geojson (**)
Download polygon array of Celestún map for "Google Maps" :
Celestún.txt
Bounding Box for Celestún Map : ( 20.734211 , -92.3263 , 21.109192 , -90.123849 )
Wikipedia ID for Celestún : Q2466510
Wikipedia SPARQL Query for Celestún (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2466510 wdt:P1082 ?population. }
OPTIONAL { wd:Q2466510 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2466510 wdt:P2046 ?area. }
OPTIONAL { wd:Q2466510 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2466510 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2466510 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 Celestún map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](20.734211, -92.3263, 21.109192, -90.123849);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Celestún)
[out:json];
(
rel["name"="Celestún"][type=boundary];
rel["name:en"="Celestún"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Celestún
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Amigos | 21.031410 , -90.303440 |
Bacencu | 20.783330 , -90.150000 |
Celestún | 20.859566 , -90.395451 |
Chiabal | 20.830960 , -90.188130 |
Chichitos | 21.049120 , -90.275090 |
Eco Paraiso | 20.943990 , -90.370640 |
El Crucero | 20.800000 , -90.300000 |
El Limite | 20.977570 , -90.355920 |
El Palmar | 21.050850 , -90.272480 |
Polzimin | 20.883330 , -90.383330 |
Pullnuxi | 21.047530 , -90.277500 |
San Carlos | 21.039540 , -90.291360 |
Santa Cruz Xixin | 20.959200 , -90.358640 |
Santa Julia | 20.814590 , -90.197810 |
Santa Maria | 20.855400 , -90.234810 |
Tres Hermanos | 20.856170 , -90.222410 |
Xixin | 20.944210 , -90.371300 |
Notes:
- You can download geometry data for Celestú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.