This project demonstrates the use of GeoPandas for visualizing geographical data. The script plots maps of the world, the continent of Africa, specific African countries, and a detailed map of Kenya, providing insights into the usage of GeoPandas for geographical analysis.
- Plotting a basic map of the world.
- Visualizing the African continent and specific countries within Africa.
- Displaying a detailed map of Kenya.
- Utilizing unique colors for different continents.
- Professional and attractive visualizations using Matplotlib and Seaborn.
To run this project, you will need to install the following libraries:
pip install geopandas matplotlib seaborn-
Clone the repository:
git clone https://github.com/yourusername/geopandas-mapping-project.git cd geopandas-mapping-project -
Run the script:
python script_name.py
The script will generate and display the maps as described in the features section.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch. - Make your changes and commit them:
git commit -m 'Add some feature'. - Push to the branch:
git push origin feature-branch. - Submit a pull request.
This project is licensed under the Apache License 2.0. See the LICENSE file for details.
This README was generated with ❤️ by Aditya Kumar Jha.




