# This file contains metadata for your plugin. Since
# version 2.0 of QGIS this is the proper way to supply
# information about a plugin. The old method of
# embedding metadata in __init__.py will
# is no longer supported since version 2.0.

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

[general]
name=Batch Hillshader
qgisMinimumVersion=2.8
description= Plugin to generate a three light exposure hillshade (shaded relief by combining three light exposures)
version=2.01.90
author=PANOimagen S.L.
email=info@panoimagen.com

about=This plugin generates a three light exposure hillshade (shaded relief by combining three light exposures) using 
    as input LiDAR classified data (ASPRS classification / *.laz, *.las formats) or a Digital Terrain Model (DTM) in 
    raster format (GEOTiff / ASCII). The three light exposures combining method is based in Gantenbein (2012): <(http://pubs.usgs.gov/of/2012/1171/)>
    
    If you uses as input LiDAR data, note that plugin uses LASTools library and FUSION LDV.
    
    For more information see readme.md at plugin folder (see Installed version at the end)

# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=Shaded Relief, Hillshade, Digital Terrain Model, DTM, LiDAR, Batch Hillshade Processing, Three Exposure Hillshade

homepage= https://github.com/PANOimagen/batch_hillshader
tracker=https://github.com/PANOimagen/batch_hillshader/issues
repository=https://github.com/PANOimagen/batch_hillshader
category=Raster
icon=icon.png
# experimental flag
experimental=True

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