Download outline map of Maripí (geojson format) :
Maripí.geojson (**)
Download polygon array of Maripí map for "Google Maps" :
Maripí.txt
Bounding Box for Maripí Map : ( 5.496355 , -74.093504 , 5.650603 , -73.909864 )
Wikipedia ID for Maripí : Q1574705
Wikipedia SPARQL Query for Maripí (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1574705 wdt:P1082 ?population. }
OPTIONAL { wd:Q1574705 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1574705 wdt:P2046 ?area. }
OPTIONAL { wd:Q1574705 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1574705 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1574705 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 Maripí map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](5.496355, -74.093504, 5.650603, -73.909864);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Maripí)
[out:json];
(
rel["name"="Maripí"][type=boundary];
rel["name:en"="Maripí"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Maripí
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alejandria | 5.566670 , -73.931670 |
El Boqueron | 5.578330 , -74.010000 |
El Cedro | 5.546110 , -73.920830 |
El Marizano | 5.561940 , -73.927780 |
El Paraiso | 5.566940 , -73.987500 |
El Salto | 5.575560 , -73.994170 |
Guayabal | 5.592780 , -73.988330 |
Guazo | 5.545280 , -74.058330 |
Hoya Grande | 5.604720 , -74.039720 |
La Altania | 5.568060 , -74.016670 |
La Floresta | 5.540560 , -74.005830 |
La Laja | 5.568610 , -74.047780 |
Lamerdidas | 5.553060 , -73.989440 |
Margaritas | 5.572220 , -73.963330 |
Maripí | 5.551940 , -74.008610 |
Maripi Viejo | 5.564170 , -74.020000 |
Narapey | 5.513330 , -74.039170 |
Palmar Alto | 5.534170 , -74.017500 |
Pantano Largo | 5.579440 , -73.980830 |
Penitas | 5.559440 , -74.011110 |
Plantano Largo | 5.579440 , -73.980830 |
Portachuelo | 5.539170 , -73.971390 |
San Antonio | 5.528330 , -74.011390 |
San Esteban | 5.567220 , -73.950830 |
Santa Elena | 5.540830 , -73.958330 |
Villa Hermosa | 5.560830 , -74.008890 |
Zulia | 5.614440 , -74.048610 |
Notes:
- You can download geometry data for Maripí 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.