Download outline map of Paraiso (geojson format) :
Paraiso.geojson (**)
Download polygon array of Paraiso map for "Google Maps" :
Paraiso.txt
Bounding Box for Paraiso Map : ( 9.551109 , -83.89476 , 9.907668 , -83.627033 )
Wikipedia ID for Paraiso : Q1579868
Wikipedia SPARQL Query for Paraiso (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1579868 wdt:P1082 ?population. }
OPTIONAL { wd:Q1579868 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1579868 wdt:P2046 ?area. }
OPTIONAL { wd:Q1579868 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1579868 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1579868 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 Paraiso map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](9.551109, -83.89476, 9.907668, -83.627033);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Paraiso)
[out:json];
(
rel["name"="Paraiso"][type=boundary];
rel["name:en"="Paraiso"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Paraiso
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Birrisito | 9.848620 , -83.845370 |
Cachi | 9.825040 , -83.802840 |
Flor | 9.868610 , -83.814090 |
Guabata | 9.794870 , -83.821510 |
Guatusito | 9.850650 , -83.785940 |
Hacienda Queveri | 9.752570 , -83.840290 |
Luisiana | 9.822860 , -83.846220 |
Mesas | 9.877880 , -83.779260 |
Nubes | 9.741600 , -83.824380 |
Orosí | 9.796170 , -83.853830 |
Paez | 9.862970 , -83.881830 |
Palomo | 9.785130 , -83.839080 |
Paraíso | 9.838320 , -83.865560 |
Patillos | 9.752050 , -83.782970 |
Purisil | 9.760430 , -83.820420 |
Rio Macho | 9.775300 , -83.841020 |
San Jeronimo | 9.856610 , -83.793700 |
San Miguel | 9.860600 , -83.763400 |
San Rafael | 9.764960 , -83.827300 |
Sanchiri | 9.815720 , -83.862570 |
Sitio | 9.785960 , -83.825120 |
Tapanti | 9.768420 , -83.800370 |
Troya | 9.809710 , -83.857900 |
Ujarras | 9.827400 , -83.831860 |
Urasca | 9.839740 , -83.788430 |
Volio | 9.815980 , -83.807720 |
Yas | 9.858450 , -83.817140 |
Notes:
- You can download geometry data for Paraiso 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.