Skip to content
This repository was archived by the owner on Sep 23, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 1.01 KB

File metadata and controls

23 lines (15 loc) · 1.01 KB

CSO Network Gas HTML to GeoJSON

This repository contains a Jupyter Notebook that:

  • Converts CSO Network Gas Consumption data from HTML to pandas.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

Installation

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