Building a choropleth map for Irish agricultural data

I wanted to create a choropleth map using Irish data. The Irish Government has made a large quantity of data available at data.gov.ie. The set I chose was for Bovine TB across Ireland over a number of years.
You can get geojson for a variety of countries and Ireland's county boundaries are available. All I had to do was get the data labels to match. In the data some counties are split into 2 parts. I merged and summed these data points to get the choropleth to work with normal county boundaries.

You can see the results here. A link to the github is included at the top of the notebook.

Comments

Popular posts from this blog

Early Stopping with Keras

AutoCompleteTextView backed with data from SQLite in Android