# 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=CHM from LIDAR
qgisMinimumVersion=3.0
description=This plugin creates the Canopy Height Model (CHM) from LIDAR data (DTM and DSM First Pulse).
version=0.6
author=Roberta Fagandini (Gter srl) - Roberto Marzocchi (Gter srl)
email=assistenzagis@gter.it

about=The CHM from LIDAR plugin creates a Canopy Height Model (CHM) starting from LIDAR data (DTM and DSM First Pulse). In particular, it uses the Digital Terrain Model (DTM) and the Digital Surface Model (DSM) processed also from different surveys to compute the CHM. The CHM computation can be done using all the input data provided by the user or for a specific area of interest defined by the user. The final output can be saved defining the desired file format, coordinate reference system and resolution in a folder specified by the user. The file tile_dsm_dtm.gpkg contains by default data of Regione Veneto (Italy) which has founded this work. Each user can create its own tile_dsm_dtm.gpkg with the data deriving from its LIDAR flight campaign using the Lidar Tile Maker Plugin.

tracker=https://github.com/gtergeomatica/chm_from_lidar/issues
repository=https://github.com/gtergeomatica/chm_from_lidar
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
    0.6
        * added log messages in case P_DTM or P_DSM fields are empty
        * modified log message in case no tile is selected
        * added italia and spanish translation for new log messages
        * modified the file tile_dsm_dtm according to the requests of Regione Veneto
    0.5
        * fixed bug to solve installation error
        * update metadata
    0.4
        * added managing of zip file
        * added spanish translation of the GUI
        * corrected typo in the english GUI
        * changed link to help manual
        * modified file tile_dsm_dtm.gpkg
        * update metadata
    0.3
        * Add help
        * Debug on AOI combobox index layer
        * filter on AOI combobox
        * debug on dtm and dsm name in case of same file names
        * log messages refinement
    0.2
        * debug,
        * add filter for "ente" and filter on the input file on the tile where both DTM and DSM fields are filled
        * added italian translation of the GUI
    0.1
        * First public release 

# Tags are comma separated with spaces allowed
tags=CHM, LIDAR, DTM, DSM, Forestry

homepage=https://github.com/gtergeomatica/chm_from_lidar
category=Plugins
icon=icon.png
# experimental flag
experimental=True

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

hasProcessingProvider=yes

