Skip to content

Commit

Permalink
Update eodata paths (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienWehrle authored Aug 16, 2024
1 parent ca79b12 commit 76b298a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dhusget_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ else

for product in $(cut -d, -f1 products-list.csv); do
local_subfolder="UNKNOWN_INSTRUMENT"
[[ ${product:4:8} == "OL_1_EFR" ]] && local_subfolder="OLCI/OL_1_EFR"
[[ ${product:4:8} == "SL_1_RBT" ]] && local_subfolder="SLSTR/SL_1_RBT"
[[ ${product:4:8} == "OL_1_EFR" ]] && local_subfolder="OLCI/OL_1_EFR___"
[[ ${product:4:8} == "SL_1_RBT" ]] && local_subfolder="SLSTR/SL_1_RBT___"

local_fullpath=${local_files}/${local_subfolder}/${year}/${month}/${day}/${product}.SEN3
(
Expand Down

0 comments on commit 76b298a

Please sign in to comment.