From cc878fc71e3ee7de197ae137857cac9b0723deaf Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Mon, 5 Aug 2024 18:13:24 -0400 Subject: [PATCH] Add description --- handle_varennes_ds_workflow.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/handle_varennes_ds_workflow.py b/handle_varennes_ds_workflow.py index 5325523..f74039d 100644 --- a/handle_varennes_ds_workflow.py +++ b/handle_varennes_ds_workflow.py @@ -1,3 +1,10 @@ +""" +handle_varennes_ds_workflow module +The workflow of cleaning and updating the buildings around +Varennes Public Library dataset. +Project Developer: Alireza Adli alireza.adli@concordia.ca +""" + from scrub_layer_class import * from varennes_io_paths import * @@ -29,4 +36,3 @@ geo_index_clipped = \ output_paths['Clipped Fixed GeoIndex'], 'Clipped Fixed GeoIndex') geo_index_clipped.create_spatial_index() print(geo_index_clipped) -