Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u4py
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rudolf, Michael
u4py
Commits
554b0bab
Commit
554b0bab
authored
4 months ago
by
Rudolf, Michael
Browse files
Options
Downloads
Patches
Plain Diff
Fixed figure numbering and some paths.
parent
de1b7fea
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
u4py/io/docx_report.py
+1
-1
1 addition, 1 deletion
u4py/io/docx_report.py
u4py/scripts/gis_workflows/PostProcess_ClassifiedShapes.py
+3
-2
3 additions, 2 deletions
u4py/scripts/gis_workflows/PostProcess_ClassifiedShapes.py
with
4 additions
and
3 deletions
u4py/io/docx_report.py
+
1
−
1
View file @
554b0bab
...
@@ -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
"
))
...
...
This diff is collapsed.
Click to expand it.
u4py/scripts/gis_workflows/PostProcess_ClassifiedShapes.py
+
3
−
2
View file @
554b0bab
...
@@ -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
=
Tru
e
generate_plots
=
Fals
e
overwrite_plots
=
True
overwrite_plots
=
True
generate_document
=
True
generate_document
=
True
single_report
=
False
single_report
=
False
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment