Map shows proportion of covid cases at each county in Ireland, data taken as of October end
- Map plotted with the help of matplotlib
- For reading shapefile, shapefile library is used
- For reading covid data in csv file, pandas comes to rescue
- corona_analysis.py is the main entry point for the program. Run python corona_analysis.py to run the program.
- latest_cases.py uses pandas to extract required data from csv file
- pallete_legend.py plot color palletes for you in figure
- color.py deals with color for your map