NEANIAS Gitlab
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Carlos H. Brandt
DM
Commits
390dec08
Commit
390dec08
authored
Apr 17, 2020
by
Carlos H. Brandt
Browse files
Add a FIXME entry to HRSC download script
parent
140af713
Changes
1
Hide whitespace changes
Inline
Side-by-side
datasets/MEX/HRSC/download_sample.sh
View file @
390dec08
...
...
@@ -63,6 +63,9 @@ function do_wget() {
for
c
in
${
content
[@]
}
;
do
data
=
"
${
SERVER
}
/
${
PDSATH
}
/
${
c
}
"
[
"
$SRV
"
=
'NASA'
]
&&
data
=
$(
echo
"
$data
"
|
tr
'[:upper:]'
'[:lower:]'
)
#FIXME: 'extras' directory in NASA are split in "h{0..6}xxx/" directories
# when '$data' is 'extras/h${orbit}*.png' ->
# 'extras/h${orbit[0]}xxx/h${orbit}*.png'
if
[
!
-n
"
$DRY_RUN
"
]
;
then
# download
wget
-r
-nH
--cut-dirs
=
4
--directory-prefix
=
${
SRV
}
${
data
}
...
...
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