Skip to content

Commit 71418fc

Browse files
committed
Merge branch 'force-tile-extent-fix' into develop
2 parents d207b5a + 76d95c1 commit 71418fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash/force-tile-extent.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ cp $DIR/datacube-definition.prj $TMP/datacube-definition.prj
6363

6464
# generate masks, use force-cube version relative to this program
6565
BINDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
66-
$BINDIR"/"force-cube $INP $TMP rasterize 10 &> /dev/null
66+
$BINDIR"/"force-cube -s 10 -o $TMP -b force-extent $INP &> /dev/null
6767

6868

6969
WD=$PWD

0 commit comments

Comments
 (0)