Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
akl
las2dsm
Commits
c77b5b2a
Commit
c77b5b2a
authored
Nov 25, 2020
by
Ludvik Brodl
Browse files
Abs path for lasfile and laszip instead of unrar
parent
1199425d
Changes
1
Hide whitespace changes
Inline
Side-by-side
dvlp/grid_tile.sh
View file @
c77b5b2a
...
...
@@ -53,7 +53,7 @@ function cleanUp() {
function
extract
()
{
unrar x
$1
>>
$log
laszip
$1
>>
$log
}
...
...
@@ -162,7 +162,7 @@ echo "rarpath: "$1
rarpath
=
$(
abspath
$1
)
filename
=
$(
basename
"
$rarpath
"
)
filename
=
"
${
filename
%.*
}
"
lasfile
=
"
$filename
"".las"
lasfile
=
$
(
dirname
"
$rarpath
"
)
/
"
${
filename
}
"".las"
outdir
=
$2
/
${
filename
}
echo
"result directory: "
$outdir
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment