-
Notifications
You must be signed in to change notification settings - Fork 0
Home
- Installation
The plugin is installed as any other from the official QGIS repository (In QGIS go to Plugins -> Manage and install ... ). Be sure to enable experimental versions if the latest plugin version is labelled as experimental.
In case the usual install doesn't work, the plugin can be installed manually:
First you need to locate your QGIS plugins folder. On windows it would be C:\users\username.qgis2\python\plugins and on Linux something like ~/home/.qgis2/python/plugins. (do a file search for .qgis2)
Plugin code can then be extracted in a new folder inside the plugins folder (you should name the folder ViewshedAnalysis). Take care that the code is not inside a subfolder - the folder structure should be like this:
.qgis2\python\plugins ├─── [some QGIS plugin folders...] ├─── ViewshedAnalysis ├── viewshedanalysis.py ├── [other files and folders...]
Click above to download the latest version (older versions can be found at QGIS plugins repository ).
Be sure to enable the plugin in Plugins manager: it should then be visible in Plugins menu.