From ed6d12001f70d72572f660567d7c25f1f4ba8373 Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Mon, 29 Jul 2024 14:44:54 -0400 Subject: [PATCH] Edit README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffae8d7..9398048 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This underdevelopment project aims to automate a workflow for updating GIS data of buildings around Varennes Public Library. A boundary has been made in QGIS which covers around 5200 buldings around the library. This boundary, a SHP file, is being used to clip all the input data sets such as the Geoindex. At this point, the Geoindex dataset has been fixed before clipping. -![alt text](/c:/users/a_adli/PycharmProjects/varennes_gis_oo/data/pictures/varennes_dem.png) +![alt text](https://nextgenerations-cities.encs.concordia.ca/gitea/a_adli/varennes_gis_oo/src/branch/main/remote_data/pics/varennes_dem.png) The workflow utilizes another project that handles the Montreal buildings dataset. The methods from the developed class work well for the project, making it easy to write the workflow for this new project.