# 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=ThToolBox (formerly TlugProcessing)
qgisMinimumVersion=3.0
description=TLUBN Algorithms 
version=2.8
author=Michael Kürbs by Thüringer Landesamt für Umwelt, Bergbau und Naturschutz (TLUBN)
email=Michael.Kuerbs@tlubn.thueringen.de

about=This is a processing tools collection of the Thüringer Landesamt für Umwelt, Bergbau und Naturschutz (TLUBN). 
	<p>File Tools</p>
	<p>2D -> 3D</p>
	<p>To Profile Coordinates</p>
	<p>Vector Seletion</p>
	<p>Web</p>
	<p><a href='https://github.com/Mi-Kbs-gis/ThToolBox/raw/master/help/ThToolBox_Doc_de.pdf'>Documentation(DE)</a></p>
	<p><a href="http://tlubn-thueringen.de">TLUBN</a></p>

tracker=https://github.com/Mi-Kbs-gis/ThToolBox/issues
repository=https://github.com/Mi-Kbs-gis/ThToolBox

# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog = 2.8 Feb. 15, 2019
		- Plugin has renamed to ThToolBox
		- Bugfix "Polygon - Baseline Intersections"
		- Bugfix "Line - Baseline Intersections"
    2.7.1 Feb. 04, 2019
		- Organisation TLUG renamed to TLUBN
		- algorithm "Reverse To Real World" supports MultiPolygon
		- algorithm "Reverse To Real World" supports baselines with breakpoints
	2.7 Dez. 21, 2018
		- new algorithm "Files To Table"
		- algorithm "Baseline" renamed to "Raster Gradient"
	2.6 Dez. 17, 2018
		- algorithm "Baseline" NoDATA-Values where used as 0
	2.5 Nov. 22, 2018
		- Symbols for each algorithm
	2.4	Oct. 12, 2018
		- added shortHelpString as description for all algorithms
		- algorithm "Select duplicates" supports Expressions
		- algorithm "ReverseToRealWorld" supports Expressions on field "offset"
	2.3	 Oct. 9, 2018
		- new algorithm "Attach Raster Values To Line Vertices"
		- Find Duplicates renamed to "Select Duplicates"
		- Select Duplicates now uses FieldExpressionWidget
		- BugFixes on "To Profile Coordinates/Points (incl. Bore Axis)"
	2.2.1	Oct. 2, 2018
		- Improvements on web and profile algorithms
	2.2	 Sept. 20, 2018
		- new algorithm "Store WMS images by features"
	2.1	Sept. 17, 2018
		- Bugfixes in To Profile Coordinates
		- new algorithm "Web" / "Download per Feature"
	2.0.1 Aug. 28, 2018
		- plugin were moved to QGIS 3.x
		- new algorithms group "To Profile Coordinates (Cross Section)"
			-- "Baseline"
			-- "Line - Baseline Intersections"
			-- "Polygon - Baseline Intersections"
			-- "Points (incl. Bore Axis)"
			-- "Reverse To Real World"
	1.2 March 27, 2018
		- buxfixes
	1.1 Feb. 21, 2018
		- New algorithm "Sample Raster Values To Point Layer" was added!
	1.0 Dec. 21, 2017
		- First version
	
# Tags are comma separated with spaces allowed
tags=Processing, Vector, Duplicates, Raster, 3D, 2.5D, Point Cloud, Z, Download, Web, WMS, Profil, Cross Section, Linear Referencing, DEM, Lines, Sample, File List, Table

homepage=https://github.com/Mi-Kbs-gis/ThToolBox
category=Analysis
icon=icons\ThToolBox_Logo.png
# experimental flag
experimental=False

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

