# This file contains metadata for your plugin.

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

[general]
name=SPAN
qgisMinimumVersion=3.0
description=SPAN is a flexible and easy to use open-source plugin based on the QGIS software for rooftop mounted PV potential estimation capable of estimating every roof surface's PV potential.
version=1.1
author=Ahmet Yavuzdogan
email=yavuzdogan@gumushane.edu.tr

about=DEPENDENCIES 
	
	Before installing the SPAN plugin, please open the OSGeo4W Shell program, which should already be installed on your computer along 	with QGIS, and install the necessary dependencies using the code block provided below: 
	
	"pip install openpyxl pyqtgraph selenium open3d laspy" 
	
	For more details please visit to https://doi.org/10.1016/j.renene.2023.119022

tracker=https://github.com/ahmetyavuzd/SPAN/issues
repository=https://github.com/ahmetyavuzd/SPAN
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
# changelog=A bug that prevented the SPAN output from being saved has been fixed.

# Tags are comma separated with spaces allowed
tags=Photovoltaic potential,Geographic information systems,Building rooftops,Roof segments,Point cloud

homepage=https://doi.org/10.1016/j.renene.2023.119022
category=Plugins
icon=icon.png
# 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=openpyxl, pyqtgraph, selenium, open3d, laspy

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

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

