From e023ac2018e7b5d5891468628a50a8269fdc4b42 Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Mon, 4 Nov 2024 11:30:20 -0500 Subject: [PATCH] Add new empty lines --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c35fce..38d917d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ alireza.adli@mail.concordia.ca [Building Cleanup Workflow](#workflowpy) [ScrubLayer](#scrublayer) [Helpers](#helpers) -[Configuration](#config) +[Config](#config) [ScrubMTL](#scrubmtl) [Setting up an environment to use standalone PyQGIS – How to import qgis.core](#setting-up) @@ -50,7 +50,7 @@ Creating folders, finding a type of files and merging layers are examples of the -## Configuration +## Config This module contains the QGIS installation path, and two dictionaries for holding input and output layers paths. The module will be modified completely to address paths in a general way instead of locally.