Add description

This commit is contained in:
Alireza Adli 2024-08-05 17:55:55 -04:00
parent 632e853722
commit 2823148f62

View File

@ -1,8 +1,8 @@
""" """
ScrubLayer module scrub_layer_class module
SPDX - License - Identifier: LGPL - 3.0 PyQGIS functionalities that are needed in the cleaning and updating
Copyright © 2022 Concordia CERC group Montreal Buildings dataset project, gathered in one class.
Project Developer: alireza.adli@concordia.ca Project Developer: Alireza Adli alireza.adli@concordia.ca
""" """
from qgis.core import QgsApplication, QgsField, QgsProject, \ from qgis.core import QgsApplication, QgsField, QgsProject, \
@ -18,7 +18,6 @@ class ScrubLayer:
def __init__(self, qgis_path, layer_path, layer_name): def __init__(self, qgis_path, layer_path, layer_name):
self.qgis_path = qgis_path self.qgis_path = qgis_path
# Set the path to QGIS installation # Set the path to QGIS installation
QgsApplication.setPrefixPath(self.qgis_path, True) QgsApplication.setPrefixPath(self.qgis_path, True)