# This file contains metadata for your plugin.

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

[general]
name=Lidar Manager
qgisMinimumVersion=3.10
description=Manage lidar (dtm/dsm) dataset from Tile Index Layer
version=0.9.10
author=Lorenzo Sulli - Autorità di bacino distrettuale Appennino settentrionale
email=l.sulli@appenninosettentrionale.it - lorenzo.sulli@gmail.com

about=
	Qgis Plugin to manage small and large LIDAR dataset. Useful to GIS user with intensive job in LIDAR analysis.

	Request LIDAR file(s) in readable directory and user with read and write privilege for user directory. Tested with Qgis 3.10 and following

	Add file(s) lidar and/or single virtual raster file directly from Tile Index Layer with valid field path. Set on the fly hillshading parameter and CRS. 
	Change hillshading setting to LIDAR in TOC.

	Other Tools:
    	- copy LIDAR selected in Tile Index Layer to destination directory
    	- create Tile Index Layer from directory/subdirectory or frome LIDAR in TOC and populate valid field path. NB use gdaltileindex from OSGeo4w shell
		it'very fast process but need OSGgeo4W shell active and in original directory istallation (OSGEO4W_ROOT enviromental system variable)
    	- create virtual raster file from LIDAR active in TOC
    	- check path field in Tile Index Layer to control valid path for raster
    	- interactive help string and log message



tracker=https://github.com/lsulli/LidarManagerPlugin/issues
repository=https://github.com/lsulli/LidarManagerPlugin
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=
	2023.08.04
		After 3 months user test (185 download) and no issues promote to stable as 0.9.10
		fix statusbar bug for some code running
	2023.04.20
		upload in plugin repository as experimental
	2022.11.18
		vrt from toc by gdal command in osgeo4w shell
	2022.11.11
		insert QtextEdit.repaint(), improve progressbar and log information for vrt creation
	2022.10.28
		fix some bug in create_til and path string conversion
	2022.10.25 
		Update function to create Til from gdal command in osgeo4w shell
		time porcessing very fast (about 4 sec for 130 tiles)!		
	2022.10.03
		add lidar btn duplicate to call indipendent function
	2022.09.06
		set normal Qdialog when minimized
	2022.09.04
		fixed some bug in progressbar create_til function 
	2022.09.03
		optimized create til function to improve thread	2022.09.02
		Optimized Create_til function to perform progress bar
	2022.08.31
		Change some nome function and edit code comment
	2022.08.30
		Optimized add lidar/vrt function connect to bottom
		Try/except unexpcted error
	2022.08.29
		Optimized processing.run (gdal.tileindex)
	2022.08.28
		Optimized progress bar in BuildVRT function with callback
	2022.08.25
		Version in Qdialog Title
		Optimized progress bar in BuildVRT function with callback
	2022.08.22 
		output bug for processing.run(gdal:buildvirtualraster), return Float32 instead Float64 input. 
		Replace with gdal module gdal.BulidVRT return Float64.
	2022.08.22 - code tunning
	2022.08.18 
		change icon
		add 'help' and 'open user folder' in GUI and implement connected function
		bug fix and some change in GUI label
	2022.08.17 
		Change GUI, implement GUI TAB order and clean some waste widget
		Rename some function. Change GUI.
		Try to resolve slow output log with add lidar vrt type.  
		Bug fixed for nonetype error. Improve Readme.md file with image		
	2022.08.05 - bug fixed for nonetype error
	2022.08.04 - move to raster menu - improve about test in metadata
	2022.07.28 - Improve log information
	2022.07.07 - Change icon. Change Plugin name and all object related
			move botton to Plugin toolbar
	2022.07.05 - Set color string to log message
# Tags are comma separated with spaces allowed
tags=raster, lidar, tile index

homepage=https://github.com/lsulli/LidarManagerPlugin
category=Raster
icon=icons\LidarManager.ico
# experimental flag
experimental=False

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

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

Category of the plugin: Raster, Vector, Database or Web
# category=Raster

# If the plugin can run on QGIS Server.
server=False

