Skip to content

Commit

Permalink
Merge pull request #604 from wri/fix_xing_dateline
Browse files Browse the repository at this point in the history
Fix copy/paste error
  • Loading branch information
dmannarino authored Nov 8, 2024
2 parents 4dc4186 + 036eab5 commit e446480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batch/scripts/_tiff_crosses_dateline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ urx=$(jsonq "$gdalinfo" "['wgs84Extent']['coordinates'][0][2][0]")

crossing_dateline=false
test $(python -c "print(${ulx}>${lrx})") = True && crossing_dateline=true
test $(python -c "print(${ulx}>${lrx})") = True && crossing_dateline=true
test $(python -c "print(${llx}>${urx})") = True && crossing_dateline=true

echo -n "${crossing_dateline}"

0 comments on commit e446480

Please sign in to comment.