From 2823148f621ae20343de755ea9e2d8dedc9eca62 Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Mon, 5 Aug 2024 17:55:55 -0400 Subject: [PATCH] Add description --- scrub_layer_class.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/scrub_layer_class.py b/scrub_layer_class.py index 8961138..69bbbb3 100644 --- a/scrub_layer_class.py +++ b/scrub_layer_class.py @@ -1,8 +1,8 @@ """ -ScrubLayer module -SPDX - License - Identifier: LGPL - 3.0 -Copyright © 2022 Concordia CERC group -Project Developer: alireza.adli@concordia.ca +scrub_layer_class module +PyQGIS functionalities that are needed in the cleaning and updating +Montreal Buildings dataset project, gathered in one class. +Project Developer: Alireza Adli alireza.adli@concordia.ca """ from qgis.core import QgsApplication, QgsField, QgsProject, \ @@ -18,7 +18,6 @@ class ScrubLayer: def __init__(self, qgis_path, layer_path, layer_name): self.qgis_path = qgis_path - # Set the path to QGIS installation QgsApplication.setPrefixPath(self.qgis_path, True)