This repository contains a Jupyter Notebook
that:
- Converts CSO Network Gas Consumption data from
HTML
topandas.DataFrame
- Extracts Dublin Postcode data
- Links each Poscode to it's corresponding boundary geometry
- Saves the result for each table as a
GeoJson
file
The results can be accessed directly from the Zenodo Page
Install Anaconda or Miniconda
If you are using Windows you may want to install Windows Subsystem for Linux
In your terminal run:
conda env create --file environment.yml
And open the py
files in Jupyter Notebook
or vscode