[general]
name=Marche à l'ombre
qgisMinimumVersion=3.0
description=This plugin calculates for a given hike the shady and sunny parts
version=0.12
author=Yolanda Seifert
email=yolanda.seifert@gmx.de

about=This plugin calculates the shady and sunny portions of a given hiking trail (GPX file) based on sun position and terrain. It uses IGN's LiDAR HD elevation data (MNS/MNT) to compute shadows along the route at specific times. Works for trails in France Métropole and DOM-TOM if IGN data is available (e.g. La Réunion and Guadeloupe) 

tracker=https://github.com/yolanda225/qgis-marche-a-lombre/issues
repository=https://github.com/yolanda225/qgis-marche-a-lombre
homepage=https://github.com/yolanda225/qgis-marche-a-lombre

license=GPL v2 or later

hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=python,hiking,shadow,sun,lidar,trail,France

category=Analysis
icon=logo.png
# experimental flag
experimental=True

# 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=

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

