"[It's] impossible to map the world – we select and make graphics so that we can understand it" - Roger Tomlinson, 1981
geoBoundaries: The world's largest open, free, and research-ready database of political administrative boundaries.
This folder contains files for a choropleth map of Ireland, downloaded from:
https://www.geoboundaries.org/data/1_3_3/zip/shapefile/IRL/IRL_ADM1.shp.zip
- Republic of Ireland: irl-adm1
import geopandas
roi_geo_dataframe_filepath = "./../maps/irl-adm1/IRL_ADM1.shp"
roi_geo_dataframe = geopandas.read_file(roi_geo_dataframe_filepath)
Template footnote:
This project started from the template https://github.com/markcrowe-com/data-analytics-project-template. Permission is granted to reproduce for personal and educational use only. Commercial copying, hiring, lending is prohibited. In all cases this notice must remain intact. Template Author Mark Crowe Copyright © 2021, All rights reserved.