We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d207b5a + 76d95c1 commit 71418fcCopy full SHA for 71418fc
bash/force-tile-extent.sh
@@ -63,7 +63,7 @@ cp $DIR/datacube-definition.prj $TMP/datacube-definition.prj
63
64
# generate masks, use force-cube version relative to this program
65
BINDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
66
-$BINDIR"/"force-cube $INP $TMP rasterize 10 &> /dev/null
+$BINDIR"/"force-cube -s 10 -o $TMP -b force-extent $INP &> /dev/null
67
68
69
WD=$PWD
0 commit comments