# 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=GeoMove Processing provider
qgisMinimumVersion=3.0
description=Installs GeoMove models and scripts in Processing toolbox
version=0.1.1
author=Luigi Pirelli and David fernandez Arango and Alberto Varela García (CartoLAB)
email=luipir@gmail.com,davidfernandezarango@hotmail.com,alberto.varela@udc.es

about=This plugin installs the GeoMove models and algorithms/scripts into Processing Toolbox
    <b>Prerequisite to use this provider is to have <a href="https://plugins.qgis.org/plugins/pdaltools/">PDALtools</a> QGIS plugin installed</b>
    Plugin developed for <a href="http://cartolab.udc.es/cartoweb/">Cartolab</a> as followup of <a href="http://cartolab.udc.es/geomove/">GeoMove</a> project.

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

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=0.1.1 Avoid to input pipelines path and set it automatically
    0.1.0 First version

# Tags are comma separated with spaces allowed
tags=GeoMove, mobility, opendata, point cloud, pointcloud, pointclouds, pipeline, PDAL, LiDAR, cost, pedestrian, wheelchair, routing

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

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

