All Projects → zoran-cuckovic → QGIS-visibility-analysis

zoran-cuckovic / QGIS-visibility-analysis

Licence: GPL-3.0 license
Quantum GIS plugin for visibility analysis

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects
Batchfile
5799 projects
shell
77523 projects
TeX
3793 projects
QML
638 projects

Projects that are alternatives of or similar to QGIS-visibility-analysis

xyz-qgis-plugin
Plugin for QGIS to connect to the HERE XYZ Hub API
Stars: ✭ 22 (-63.33%)
Mutual labels:  qgis, qgis3-plugin
QGISFMV
QGIS Full Motion Video (FMV)
Stars: ✭ 104 (+73.33%)
Mutual labels:  qgis, qgis3-plugin
g3w-admin
Server module for G3W-SUITE
Stars: ✭ 24 (-60%)
Mutual labels:  qgis
CarteTopo
No description or website provided.
Stars: ✭ 23 (-61.67%)
Mutual labels:  qgis
py-qgis-server
QGIS embbeded WMS/WFS/WCS asynchronous scalable http server
Stars: ✭ 28 (-53.33%)
Mutual labels:  qgis
UMapControl
轻量级跨平台瓦片地图库
Stars: ✭ 35 (-41.67%)
Mutual labels:  qgis
input
Survey made easy (Android/iOS/Windows app)
Stars: ✭ 189 (+215%)
Mutual labels:  qgis
speckle-qgis
QGIS Connector for Speckle 2.0
Stars: ✭ 17 (-71.67%)
Mutual labels:  qgis
gis-for-geoscientists
Repository for "GIS for Geoscientists" workshop series. This repo contains data, protocols, outputs, lectures, and resources used the workshop. Course taught by Nicholas Barber. Available for future booking upon request! Contact me ([email protected]) for a quote.
Stars: ✭ 19 (-68.33%)
Mutual labels:  qgis
py-qgis-wps
An implementation of the Web Processing Service standard from the Open Geospatial Consortium based on the QGIS processing API
Stars: ✭ 33 (-45%)
Mutual labels:  qgis
gisportal
GIS portal and Administration part of Extended QGIS Web Client
Stars: ✭ 19 (-68.33%)
Mutual labels:  qgis
DsgTools
DSG's QGIS Plugin for GIS production
Stars: ✭ 37 (-38.33%)
Mutual labels:  qgis
qgis-maptiler-plugin
QGIS MapTiler Plugin: vector tiles, basemaps, geocoding, OSM, QuickMapServices
Stars: ✭ 73 (+21.67%)
Mutual labels:  qgis
qgis-epanet
Project migrated to : https://gitlab.com/Oslandia/qgis/qgis-epanet
Stars: ✭ 36 (-40%)
Mutual labels:  qgis
QWAT
TEKSI Water module (project QWAT) - QGIS project
Stars: ✭ 52 (-13.33%)
Mutual labels:  qgis
isogeo-plugin-qgis
Isogeo plugin for QGIS
Stars: ✭ 13 (-78.33%)
Mutual labels:  qgis
DEMto3D-QGIS-Plugin
Extensión GIS para impresión 3D de MDE
Stars: ✭ 33 (-45%)
Mutual labels:  qgis
Asistente-LADM-COL
Complemento para QGIS v3 que permite capturar, consultar, mantener, validar y exportar datos conformes con el modelo LADM-COL.
Stars: ✭ 22 (-63.33%)
Mutual labels:  qgis
qgis-outdoor-map
QGIS project for an outdoor map based on OpenStreetMap data.
Stars: ✭ 20 (-66.67%)
Mutual labels:  qgis
QGIS-visualization-workshop
QGIS visualization workshop materials.
Stars: ✭ 46 (-23.33%)
Mutual labels:  qgis

Advanced viewshed analysis for QGIS

Version: 1.8

Supported QGIS version: 3.x

Licence: GNU GPLv3

Documentation: LandscapeArchaeology.org/qgis-visibility-analysis

Author: Zoran Čučković (web page)

Introduction:

Viewshed analysis plugin for QGIS calculates visible surface from a given observer point over a digital elevation model. The plugin is intended for more complex modelling, such as the depth below the visible horizon or generation of intervisibilty networks between groups of points. It is particularly performant for multiple viewshed calculations form a set of fixed points.

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\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins' (do a file search for 'QGIS3' ...)

Plugin code can then be extracted in a new folder inside the plugins folder (you should name the folder VisibilityAnalysis). Take care that the code is not inside a subfolder - the folder structure should be like this:

  • QGIS3\profiles\default\python_plugins_
    • [some QGIS plugin folders...]
    • VisibilityAnalysis
      • visibility_plugin.py
      • visibility_provider.py
      • [other files and folders...]

Dependencies:

The plugin is coded in Python 3.6 and does not require any additional libraries than those provided by standard QGIS installation. These libraries include numpy and gdal for manipulating raster data, and PyQt5 and QGIS core libraries for integration with QGIS.

Community guidelines and feedback:

This project is released with a Contributor Code of Conduct (Contributor_code.md). By participating in this project you agree to abide by its terms. Feedback, bug reports (and fixes!), and feature requests are welcome and can be submitted at [GitHub] (https://github.com/zoran-cuckovic/QGIS-visibility-analysis/issues) or reported directly through author's contact (above).

More information:

Documentation, tutorials and other stuff can be found on the plugin's webpage: https://zoran-cuckovic.github.io/QGIS-visibility-analysis
Data for testing purposes can be found at test data branch.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].