# This file contains metadata for your plugin. Beginning
# with version 1.8 this is the preferred way to supply information about a
# plugin. The current method of embedding metadata in __init__.py will
# be supported until version 2.0

# This file should be included when you package your plugin.

# Mandatory items:


[general]

category=Raster
name=Viewshed Analysis
qgisMinimumVersion=2.0
description=Advanced visibility analysis tool.
version=0.5.1
author=Zoran Čučković
email=cuckovic.zoran@google.com
about=Viewshed analysis calculates visible surface from a given observer point over a digital elevation model. This plugin is native to QGIS and 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. For single point, large area viewsheds the algorithms already available in QGIS (GRASS r.los or SAGA viewshed module) would do the job. 



# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
# changelog=

# tags are comma separated with spaces allowed
tags=raster,viewshed

homepage=http://zoran-cuckovic.from.hr/landscape-analysis/visibility
tracker=https://github.com/zoran-cuckovic/QGIS-visibility-analysis/issues
repository=https://github.com/zoran-cuckovic/QGIS-visibility-analysis
icon=./icon.png
# experimental flag
experimental=True

# deprecated flag (applies to the whole plugin, not just a single version
deprecated=False




