Download outline map of Remedios (geojson format) :
Remedios.geojson (**)
Download polygon array of Remedios map for "Google Maps" :
Remedios.txt
Bounding Box for Remedios Map : ( 6.700191 , -74.857294 , 7.267907 , -74.241778 )
Wikipedia ID for Remedios : Q1441733
Wikipedia SPARQL Query for Remedios (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1441733 wdt:P1082 ?population. }
OPTIONAL { wd:Q1441733 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1441733 wdt:P2046 ?area. }
OPTIONAL { wd:Q1441733 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1441733 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1441733 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 Remedios map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](6.700191, -74.857294, 7.267907, -74.241778);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Remedios)
[out:json];
(
rel["name"="Remedios"][type=boundary];
rel["name:en"="Remedios"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Remedios
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arenosita | 7.016670 , -74.550000 |
Bagre | 7.083330 , -74.600000 |
Barbascalito | 7.233330 , -74.450000 |
Cabuyal | 6.938380 , -74.606970 |
Canaverales | 7.175590 , -74.598260 |
Cerro el Osito | 7.012350 , -74.522290 |
El Diamante | 7.135560 , -74.658510 |
El Libano | 7.013400 , -74.637260 |
El Llano de Cordoba | 7.036470 , -74.705500 |
El Porvenir | 7.027970 , -74.651310 |
El Rhin | 7.008900 , -74.718250 |
El Tigre | 7.078050 , -74.456810 |
Garibaldi | 7.050000 , -74.666670 |
Guayabal | 7.051310 , -74.615700 |
Juan Bran | 7.062350 , -74.654190 |
La Cristalina | 7.216670 , -74.416670 |
La Cruzada | 7.069420 , -74.713870 |
La Londra | 7.022950 , -74.540010 |
La Solita | 7.066670 , -74.550000 |
Lomalinda | 7.156670 , -74.588570 |
Los Altos | 7.002360 , -74.574910 |
Los Mangos | 6.997990 , -74.608380 |
Matuna | 7.089750 , -74.677400 |
Monte Verde | 7.151960 , -74.545770 |
Mulatos | 7.008820 , -74.777010 |
Otu | 7.013400 , -74.718150 |
Pizarra | 7.140400 , -74.597340 |
Platanares | 7.089880 , -74.744060 |
Puerto Lata | 7.121510 , -74.769110 |
Puna | 7.083590 , -74.557070 |
Remedios | 7.030830 , -74.533330 |
Sonadora | 7.000000 , -74.550000 |
Tias | 7.035950 , -74.749350 |
Tulcan | 7.018760 , -74.733990 |
Virginia | 7.058730 , -74.744670 |
Volantin | 7.143410 , -74.626480 |
Yunyunal | 7.142100 , -74.504450 |
Notes:
- You can download geometry data for Remedios 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.