Skip to content

Commit

Permalink
update S3_wrapper.sh to work with dsget
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienWehrle committed Aug 16, 2024
1 parent c271c28 commit 73c27fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S3_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ for year in 2020; do

### Fetch one day of OLCI & SLSTR scenes over Greenland
## Use local files (PTEP, DIAS, etc.)
./dhusget_wrapper.sh -d "${date}" -l ${SEN3_local} -o ${SEN3_source}/${year}/"${date}" \
./dsget_wrapper.sh -d "${date}" -l ${SEN3_local} -o ${SEN3_source}/${year}/"${date}" \
-f ${area} -u "${username}" -p "${password}" || error=true
## Download files
# ./dhusget_wrapper.sh -d ${date} -o ${SEN3_source}/${year}/${date} \
# ./dsget_wrapper.sh -d ${date} -o ${SEN3_source}/${year}/${date} \
# -f Svalbard -u "${username}" -p "${password}"

# SNAP: Reproject, calculate reflectance, extract bands, etc.
Expand Down

0 comments on commit 73c27fd

Please sign in to comment.