Skip to content

Commit 43083b5

Browse files
authored
Update standard.xml
1 parent 4ed2b59 commit 43083b5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tools/3dtrees_standardization/standard.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
#if $mode.task == 'single_file':
1212
cp '$mode.input' input.laz &&
1313
Rscript /src/run.R
14-
--dataset-path "./input.laz"
15-
--output-dir "."
14+
--dataset-path ./input.laz
15+
--output-dir ./
1616
--method single_file
1717
--min-density '$mode.min_density'
1818
#if $mode.removeable_attributes:
19-
--removeable_attributes $mode.removeable_attributes
19+
--removeable_attributes '$mode.removeable_attributes'
2020
#end if
2121
#else:
22-
mkdir -p input_files &&
22+
mkdir -p ./input_files &&
2323
#for $f in $mode.input_collection
24-
cp '$f' ./input_files/${f.element_identifier}.laz' &&
24+
cp '$f' ./input_files/'${f.element_identifier}.laz' &&
2525
#end for
2626
Rscript /src/run.R
27-
--dataset-path "./input_files"
28-
--output-dir "."
27+
--dataset-path ./input_files/
28+
--output-dir ./
2929
--method collection
3030
#end if
3131
]]></command>
@@ -160,4 +160,4 @@ For collection-based workflows:
160160
@misc{3dtrees_standard, title = {3D Trees Standardization}, author = {3D Trees Project}, year = {2025}}
161161
</citation>
162162
</citations>
163-
</tool>
163+
</tool>

0 commit comments

Comments
 (0)