From 2140b969a5d4d4ce8fd5709d4ffb9c3f4f118f7d Mon Sep 17 00:00:00 2001 From: Abdul Date: Thu, 4 Mar 2021 01:02:23 -0500 Subject: [PATCH] add warning about pandas installation --- area_weighted_average_algorithm.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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"