Skip to content

Commit

Permalink
Possibly fix running _tiff_crosses_dateline.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dmannarino committed Nov 3, 2024
1 parent 6634b8f commit 98f4816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batch/scripts/_warp_and_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fi
warp_options=("-co COMPRESS=DEFLATE" "-co TILED=yes")

echo "Seeing if TIFF crosses the dateline"
crosses="$(./_tiff_crosses_dateline.sh $1)"
crosses="$(_tiff_crosses_dateline.sh $1)"
if [ "${crosses}" = "true" ]; then
echo "$1 crosses the dateline"
warp_options+=("--config CENTER_LONG 180")
Expand Down

0 comments on commit 98f4816

Please sign in to comment.