Download outline map of Cárdenas (geojson format) :
Cárdenas.geojson (**)
Download polygon array of Cárdenas map for "Google Maps" :
Cárdenas.txt
Bounding Box for Cárdenas Map : ( 7.693916 , -72.263937 , 7.855914 , -71.969922 )
Wikipedia ID for Cárdenas : Q2621527
Wikipedia SPARQL Query for Cárdenas (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2621527 wdt:P1082 ?population. }
OPTIONAL { wd:Q2621527 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2621527 wdt:P2046 ?area. }
OPTIONAL { wd:Q2621527 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2621527 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2621527 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 Cárdenas map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](7.693916, -72.263937, 7.855914, -71.969922);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cárdenas)
[out:json];
(
rel["name"="Cardenas"][type=boundary];
rel["name:en"="Cardenas"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cárdenas
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arjona | 7.820310 , -72.194780 |
Barrancas | 7.799180 , -72.240100 |
Caneyes | 7.816670 , -72.233330 |
Capachito | 7.820920 , -72.182590 |
Casa de Teja | 7.800000 , -72.114440 |
Cazadero | 7.784000 , -72.079590 |
Cordero | 7.833330 , -72.183330 |
Cuaja Piedra | 7.812100 , -72.157220 |
El Bachaco | 7.721020 , -72.057020 |
El Cobre | 7.806790 , -72.070420 |
El Junco | 7.821260 , -72.172080 |
El Rodeo | 7.819560 , -72.091900 |
El Salado | 7.708960 , -72.072310 |
El Topon | 7.832310 , -72.168440 |
La Aduana | 7.844050 , -72.201020 |
La Arenosa | 7.766880 , -72.069050 |
La Boca | 7.824520 , -72.246830 |
La Florida | 7.784060 , -72.050860 |
Las Cruces | 7.762570 , -72.108610 |
Las Vegas | 7.826580 , -72.195860 |
Llanitos | 7.842130 , -72.192620 |
Palo Gordo | 7.817220 , -72.195560 |
Pan de Azucar | 7.805290 , -72.031600 |
Paramillo | 7.813110 , -72.215250 |
Potosi | 7.796900 , -72.091640 |
Providencia | 7.791670 , -72.257220 |
San Antonio | 7.793080 , -72.067620 |
San Rafael | 7.837710 , -72.181130 |
Táriba | 7.818800 , -72.224270 |
Tucape | 7.812780 , -72.250000 |
Vega de Los Patios | 7.806600 , -72.053260 |
Villa Rosario | 7.800000 , -72.233330 |
Notes:
- You can download geometry data for Cárdenas 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.