Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Maps

"[It's] impossible to map the world – we select and make graphics so that we can understand it" - Roger Tomlinson, 1981

GEO boundaries

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

Example usage

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.