diff --git a/area_weighted_average_algorithm.py b/area_weighted_average_algorithm.py index 4c12dc9..14ce2a8 100644 --- a/area_weighted_average_algorithm.py +++ b/area_weighted_average_algorithm.py @@ -643,7 +643,12 @@ def shortHelpString(self):

Report as a GIS layer.

Report as HTML [optional]

Report containing feature-wise breakdown of the analysis.

-

Algorithm author: Abdul Raheem Siddiqui

Help author: Abdul Raheem Siddiqui

Algorithm version: 0.1

Contact email: ars.work.ce@gmail.com

""" +

Algorithm author: Abdul Raheem Siddiqui

+

Help author: Abdul Raheem Siddiqui

+

Algorithm version: 0.1

+

Contact email: ars.work.ce@gmail.com

+

** If the python library pandas is not installed on the QGIS installation of python; this algorithm will try to install pandas library to the QGIS installation of python.

+""" def helpUrl(self): return "mailto:ars.work.ce@gmail.com"