Download Cape Verde Administrative Boundary GIS Data –Shapefiles-National , Municipality and more

Cape Verde Shapefile Download Map – Free Polygon Administrative Download. Shapefiles showing National , Municipalities.

Are you struggling to find accurate and up-to-date GIS data for your desired country? Worry no more, as MAPOG is here to be your ultimate solution! Our platform offers a comprehensive collection of GIS data covering more than 150 countries. You’ll find an impressive selection of over 150 GIS datasets available for each nation in the MAPOG GIS Data Collection. The hallmark of our GIS data lies in its exceptional accuracy, especially when representing administrative divisions. Moreover, our users can access a diverse range of data pertaining to natural and man-made geographic features, including rivers, roads, railway lines, airport locations, and much more, all meticulously represented in appropriate geometric structures (points, lines, and polygons). Facilitating seamless access to this invaluable data are two essential tools – Download GIS Data and Add GIS Data, thoughtfully integrated into the MAPOG platform. To delve deeper into the functionalities of the Add GIS Data tool, check out our enlightening article – “Add GIS data from IGISMap GIS data collection

With MAPOG’s versatile toolkit, you can effortlessly upload vector and raster filesadd WMS (Web Map Service) layers, upload Excel or CSV data, incorporate existing files, perform polygon splitting and merging, generate new polygon and polyline data, use the converter for various formats, conduct buffer analysiscreate gridstransform points into polygons, calculate isochrones, and utilize the geocoder for precise location information.

We offer an extensive array of data formats, including KML, SHP, CSV, GeoJSON, Tab, SQL, Tiff, GML, KMZ, GPKZ, SQLITE, Dxf, MIF, TOPOJSON, XLSX, GPX, ODS, MID, and GPS, ensuring compatibility and accessibility for various applications and analyses.

Note:

  • All data available are in GCS datum EPSG:4326 WGS84 CRS (Coordinate Reference System).
  • You need to login for downloading the shapefile.

Download Shapefile Data of Cape Verde

The Cape Verde archipelago is in the Atlantic Ocean, approximately 570 kilometers (350 mi) off the western coast of the African continent, near Senegal, The Gambia, and Mauritania as well as part of the Macaronesia ecoregion. It lies between latitudes 14° and 18°N, and longitudes 22° and 26°W. The country is a horseshoe-shaped cluster of ten islands (nine inhabited) and eight islets, that constitute an area of 4033 km2 (1557 sq mi).

Cape Verde National Boundary
Cape Verde National Boundary

Download Cape Verde National Boundary Shapefile

Download Cape Verde Municipalities Shapefile Data

 Cape Verde is divided into 22 concelhos municipalities.

  • Tarrafal
  • São Miguel
  • São Salvador do Mundo
  • Santa Cruz
  • São Domingos
  • Praia
  • Ribeira Grande de Santiago
  • São Lourenço dos Órgãos
  • Santa Catarina
  • Brava
  • São Filipe
  • Santa Catarina do Fogo
  • Mosteiros
  • Maio
  • Boa Vista
  • Sal
  • Ribeira Brava
  • Tarrafal de São Nicolau
  • São Vicente
  • Porto Novo
  • Ribeira Grande
  • Paul
Cape Verde Municipalities Boundaries
Cape Verde Municipalities Boundaries

Download Cape Verde Municipalities Boundaries Shapefile

Other GIS Data:

Download Shapefile for the following:

  1. World Countries Shapefile
  2. Australia
  3. Argentina
  4. Austria
  5. Belgium
  6. Brazil
  7. Canada
  8. Denmark
  9. Fiji
  10. Finland
  11. Germany
  12. Greece
  13. India
  14. Indonesia
  15. Ireland
  16. Italy
  17. Japan
  18. Kenya
  19. Lebanon
  20. Madagascar
  21. Malaysia
  22. Mexico
  23. Mongolia
  24. Netherlands
  25. New Zealand
  26. Nigeria
  27. Papua New Guinea
  28. Philippines
  29. Poland
  30. Russia
  31. Singapore
  32. South Africa
  33. South Korea
  34. Spain
  35. Switzerland
  36. Tunisia
  37. United Kingdom Shapefile
  38. United States of America
  39. Vietnam
  40. Norway
  41. Chile
  42. Crotia

Disclaimer : If you find any shapefile data of country provided is incorrect do contact us or comment below, so that we will correct the same in our system as well we will try to correct the same in OpenStreetMap.

Convert GeoJSON to KML

In this article we would be discussing about conversion of GeoJSON data to KML (Keyhole Markup Language). This conversion is required when you are using software such Google earth to see the data. KML works great with Google earth. There is simple step to Convert GeoJSON to KML using ogr2ogr utility from GDAL library. Before that we must go through specification of GeoJSON and KML.

Here is the way to Convert the GeoJSON to KML online

Specification of GeoJSON – Convert GeoJSON to KML

Geojson data is open standard format, contains simple geographical feature with non-spatial data. In type element it has feature collection. That contains name, CRS (coordinate reference system) and features. These features can be line, point, polygon, Multi-Line string and multi-polygon.

Convert GeoJSON to KML
Convert GeoJSON to KML

Specification of KML- Convert GeoJSON to KML

The KML (Keyhole Markup language) this data format contains information in tags. SimpleField contains attribute information with name and type. Style tag contains the style of file as color of lines, points and polygons. Geometry is stored as coordinates in file.

Convert GeoJSON to KML

Convert GeoJSON to KML using GDAL Utility-

The conversion requires Gdal utility. This utility can be installed in the system by following the given commands.

Convert GeoJSON to KML

By typing ogr2ogr in command prompt you can get the following result. This result shows the presence of ogr2ogr utility in system.

To know the version of installed GDAL library you can type,

–> gdalinfo –version

Convert GeoJSON to KML

Before executing the conversion command, you should check the drivers. The drivers can be checked by typing

–> ogr2ogr –formats

in your command prompt. Now check for the GeoJSON and KML driver.

Convert GeoJSON to KML

After checking the drivers you can execute the following command.

–> ogr2ogr -f ‘KML’ -a_srs EPSG:4326 Output_fileName.kml Input_FileName.geojson

Output of Convert GeoJSON to KML-

The generated output file can be open in editor to see the content.

Convert GeoJSON to KML

In the similar way you can also convert shape file to MIF, shapefile to sql and shape file to excel file.

You can also comment in given comment box for any query, help or suggestions.