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
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)