Python project and library for calculating the SVF (Sky View Factor) from a given DSM (Digital Surface Model)
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
docker build -t svfpy .
docker run -it -v ~/dev/svfpy:/opt/svfpy svfpy bash