# 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=PDALtools
qgisMinimumVersion=3.0
description=Installs PDALtools Processing provider
version=0.1.6
author=Luigi Pirelli, David Fernández Arango and Alberto Varela García (CartoLAB)
email=luipir@gmail.com,davidfernandezarango@hotmail.com, alberto.varela@udc.es

about=The plugin installs the necessary tools to integrate PDAL into Processing Toolbox
    <b>Prerequisite to use this provider is to have <a href="http://www.pdal.io">PDAL</a> installed.</b>
    Any contribution as example models, generic pipelines, bug fix or new features
    are warmly welcome!
    Plugin developed for <a href="https://cartolab.udc.es">Cartolab</a> as followup of <a href="https://cartolab.udc.es/geomove">GeoMove</a> project.

    <b>Probably now you want to use directly PDAL creating processing scripts
    This plugin was born when were not possible to integrate PDAL via python3,
    This limitation now disappeared with a fully integration of PDAL and python
    binding in QGIS.</b>

    Note: Plugin logo courtesy of PDAL project

tracker=https://gitlab.com/cartolab/pdaltools/issues
repository=https://gitlab.com/cartolab/pdaltools
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=0.1.6 Fixed gdal import
    0.1.5 Moved from Thread to QgsTask for pdal out console reading
    0.1.4 fix get metadata from pcl in pipeline + unload/load model example
    0.1.3 fix windows limitation to create symlinks
    0.1.2 fix pipeline string strip + refactoring fixes
    0.1.1 install using symlinks + more references
    0.1 First version

# Tags are comma separated with spaces allowed
tags=PDAL, point cloud, pointcloud, pointclouds, pipeline, PCL, las, laz, LiDAR, DEM, DTM, DSM, CHM, contours, segmentation

homepage=https://gitlab.com/cartolab/pdaltools
category=Analysis
icon=pdal_logo_only.png
# experimental flag
experimental=True

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

