Add description
This commit is contained in:
parent
4fd1566177
commit
cc878fc71e
|
@ -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 scrub_layer_class import *
|
||||||
from varennes_io_paths import *
|
from varennes_io_paths import *
|
||||||
|
|
||||||
|
@ -29,4 +36,3 @@ geo_index_clipped = \
|
||||||
output_paths['Clipped Fixed GeoIndex'], 'Clipped Fixed GeoIndex')
|
output_paths['Clipped Fixed GeoIndex'], 'Clipped Fixed GeoIndex')
|
||||||
geo_index_clipped.create_spatial_index()
|
geo_index_clipped.create_spatial_index()
|
||||||
print(geo_index_clipped)
|
print(geo_index_clipped)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user