https://github.com/sam-92/choropleth-map-ireland
How to create a choropleth map, assigning your data of interest based on geographical distribution.
https://github.com/sam-92/choropleth-map-ireland
choropleth-map geopandas geopandas-dataframes irish wind-energy
Last synced: 21 days ago
JSON representation
How to create a choropleth map, assigning your data of interest based on geographical distribution.
- Host: GitHub
- URL: https://github.com/sam-92/choropleth-map-ireland
- Owner: SaM-92
- Created: 2021-02-04T13:18:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T17:31:27.000Z (almost 3 years ago)
- Last Synced: 2025-06-17T14:43:37.308Z (4 months ago)
- Topics: choropleth-map, geopandas, geopandas-dataframes, irish, wind-energy
- Language: Python
- Homepage: https://towardsdatascience.com/creating-choropleth-map-using-geopandas-irish-wind-energy-dataset-58dbeff913ed
- Size: 1.87 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Choropleth-map-Ireland
In my previous article (https://towardsdatascience.com/green-like-ireland-choropleth-map-of-irish-wind-energy-26603106fe3e)
I discussed Irish wind energy penetration within the electricity network . In that article, I reported figures representing the change in the number of wind turbines in each country over the past few years. In current code, I will go through the steps involved in creating your own choropleth map for visualizing any data of your choice!
For illustration purposes, current code is for generating the figure I reported in my previous article. However, these steps apply to any data!In this article (https://towardsdatascience.com/creating-choropleth-map-using-geopandas-irish-wind-energy-dataset-58dbeff913ed), I explained how generate a choropleth map. This map color codes the different Irish counties based on the wind turbine installed capacity. The number of wind turbines installed in each county is illustrated by dots where each dot is one wind turbine.