Skip to content

Commit

Permalink
update S3_NRT.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 04b3b3d commit c271c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S3_NRT.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ for region in "${regions[@]}"; 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 "${region}" -u "${username}" -p "${password}"

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

0 comments on commit c271c28

Please sign in to comment.