Skip to content

Python project and library for calculating the SVF (Sky View Factor) from a given DSM (Digital Surface Model)

License

Notifications You must be signed in to change notification settings

AndaSampa/svfpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svfpy

Python project and library for calculating the SVF (Sky View Factor) from a given DSM (Digital Surface Model)

Using Local Python Installation

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Using Docker Containner

docker build -t svfpy .
docker run -it -v ~/dev/svfpy:/opt/svfpy svfpy bash

About

Python project and library for calculating the SVF (Sky View Factor) from a given DSM (Digital Surface Model)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published