[GIS] Administrative level GeoJSON Polygons for African Countries

africadatageojson

I'm very new to GIS and I have spent the last few days trying to find some kind of database with the aforementioned polygons with no luck. The purpose is simply to label a location at district level given its longitude and latitude. I tried reverse geocoding but very quickly exceeded my rate-limit because of the size of the data. I've also tried GADM but the data is not labeled and there seemed to be more polygons than districts. MongoDB works nicely with GeoJSON hence my preference for data in this format. What options do I have?

Best Answer

A really nice source for admin boundaries all over the world, at different scales with very nice cartographic quality, is found at Natural Earth.

If you are downloading shapefiles, there are several options for converting from a shapefile:

1) geojson.io, to which you upload your shapefile and save as geoJson 2) This converter, same idea without the map to check your data.