We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c0849 commit d07c8ecCopy full SHA for d07c8ec
hydromt_fiat/fiat.py
@@ -784,16 +784,6 @@ def setup_building_footprint(
784
else:
785
shutil.copy2(building_footprint_fn, building_footprints_exp)
786
787
- # Create BF folder in Output
788
- building_footprints_out = Path(self.root).joinpath("output" , "building_footprints")
789
- if not os.path.exists(building_footprints_out):
790
- os.makedirs(building_footprints_out)
791
- if isinstance(building_footprint_fn,list):
792
- for file in building_footprint_fn:
793
- shutil.copy2(file, building_footprints_out)
794
- else:
795
- shutil.copy2(building_footprint_fn, building_footprints_out)
796
-
797
# Update functions
798
def update_all(self):
799
self.logger.info("Updating all data objects...")
0 commit comments