Skip to content

Update 3dtrees_standardization v1.1#1747

Merged
bgruening merged 14 commits intobgruening:masterfrom
kgerb:update_standard
Jan 13, 2026
Merged

Update 3dtrees_standardization v1.1#1747
bgruening merged 14 commits intobgruening:masterfrom
kgerb:update_standard

Conversation

@kgerb
Copy link
Contributor

@kgerb kgerb commented Jan 9, 2026

Changelog:

  • introduce collection mode which checks consistency of provided files
  • adapt single file checks

#else:
mkdir -p input_files &&
#for $f in $mode.input_collection
cp '$f' input_files/'${f.element_identifier}.laz' &&
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
cp '$f' input_files/'${f.element_identifier}.laz' &&
cp '$f' './input_files/${f.element_identifier}.laz' &&

@kgerb kgerb closed this Jan 12, 2026
@kgerb kgerb reopened this Jan 12, 2026
@bgruening bgruening enabled auto-merge (squash) January 12, 2026 15:58
@bgruening bgruening disabled auto-merge January 12, 2026 22:33
<param argument="--min-density" type="integer" min="1" max="10000" value="10"
label="Minimum Point Density"
help="Minimum acceptable point density in points per square meter. Default: 10 pts/m²"/>
<param argument="--removeable_attributes" type="text" value="" optional="true"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those attributes can have spaces and should be space separated? This looks dangerous and is probably hard to quote on the command line. Single quotes should also be forbidden as input etc ... something to work on. Can you please put that on your todo list?

@bgruening bgruening merged commit a46a7cd into bgruening:master Jan 13, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants