Skip to content
Snippets Groups Projects
Commit 554b0bab authored by Rudolf, Michael's avatar Rudolf, Michael
Browse files

Fixed figure numbering and some paths.

parent de1b7fea
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ def site_report( ...@@ -105,7 +105,7 @@ def site_report(
document = hydrogeology(img_path, img_fmt, document) document = hydrogeology(img_path, img_fmt, document)
if os.path.exists(img_path + f"_BFD50.{img_fmt}"): if os.path.exists(img_path + f"_BFD50.{img_fmt}"):
document = soils(img_path, img_fmt, document) document = soils(img_path, img_fmt, document)
FIGURENUM = 1
# Save to docx file # Save to docx file
document.save(os.path.join(output_path_docx, f"{group:05}_info.docx")) document.save(os.path.join(output_path_docx, f"{group:05}_info.docx"))
......
...@@ -24,7 +24,8 @@ import u4py.utils.projects as u4proj ...@@ -24,7 +24,8 @@ import u4py.utils.projects as u4proj
def main(): def main():
project = u4proj.get_project( project = u4proj.get_project(
proj_path=Path( proj_path=Path(
"~/Documents/umwelt4/PostProcess_ClassifiedShapesHLNUG.u4project" r"~\Documents\ArcGIS\U4_projects\PostProcess_ClassifiedShapesHLNUG.u4project"
# "~/Documents/umwelt4/PostProcess_ClassifiedShapesHLNUG.u4project"
# "~/Documents/umwelt4/PostProcess_ClassifiedShapes.u4project" # "~/Documents/umwelt4/PostProcess_ClassifiedShapes.u4project"
).expanduser(), ).expanduser(),
required=[ required=[
...@@ -39,7 +40,7 @@ def main(): ...@@ -39,7 +40,7 @@ def main():
overwrite = False overwrite = False
use_filtered = False use_filtered = False
use_parallel = False use_parallel = False
generate_plots = True generate_plots = False
overwrite_plots = True overwrite_plots = True
generate_document = True generate_document = True
single_report = False single_report = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment