Skip to content

Shift

Generate distribution feeder model from OpenStreet data.

GitHub all releases GitHub repo size CodeFactor Grade GitHub license GitHub issues GitHub top language Snyk Vulnerabilities for GitHub Repo


Installation Instruction

We recommend using Anaconda or Miniconda to create the environment for windows user. Use the commands below to create environment and install the shift tool.

conda create -n shift python==3.9
conda activate shift
conda install -c conda-forge osmnx
git clone https://github.com/NREL/shift.git
cd shift
pip install -e.
conda create -n shift python==3.9
conda activate shift
git clone https://github.com/NREL/shift.git
cd shift
pip install -e.