Sidrcs / viawind

Python repo to perform visual impact assessments of on-shore wind turbines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

viawind

viawind is an open-source Python Package for Visual Impact Assessment (VIA) of Onshore Wind Turbines.

Demo

VIA Demo Notebook

How to Install and Use

Installation

Step 1: Clone the repository
Step 2: Change the directory to viawind folder
Step 3: Install environment.yml to install dependencies using Conda
Step 4: Activate the Conda environment
Step 5: Launch Jupyter Notebook from the terminal (Mac) or Anaconda prompt (Windows)

git clone https://github.com/Sidrcs/viawind.git
cd <directory_path>
conda env create -f environment.yml
conda activate viawind
jupyter-notebook

Adopted GIS Workflow (Palmer 2022)

image

About

Python repo to perform visual impact assessments of on-shore wind turbines

License:MIT License


Languages

Language:Jupyter Notebook 90.3%Language:Python 9.7%