Skip to content

Scripts for creating PCT national & regional outputs

License

Notifications You must be signed in to change notification settings

npct/pct-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to pct-scripts

This repo contains the scripts needed to generate the input data for the Propensity to Cycle Tool.

To access it download the associated .zip or clone it as follows:

# clone the pct data creation scripts
git clone [email protected]:npct/pct-scripts.git 

To download the data it produces, install git lfs from GitHub and run the following lines of code from an appropriate shell (e.g. bash on Linux or Windows Powershell):

git lfs install # check lfs is working
# clone the data (warning - large)
git clone [email protected]:npct/pct-inputs.git # raw input files
git clone [email protected]:npct/pct-outputs-national.git # national outputs
git clone [email protected]:npct/pct-outputs-regional-R.git # regional outputs used by pct-shiny

The contents of the regional outputs are used by the code in pct-shiny, which can be downloaded with:

git clone [email protected]:npct/pct-shiny.git