This utility splits rasters into smaller pieces. One can control both the dimension of the tile that will be generated as well as the dimension of the internal tiles for the, improvements. This would allows us not only to break a big coverage into smaller tiles, but also to do the opposite. One may want to compose a mosaic and retile it into bigger tiles, well this can be easily done with this utility.
Example of usage:
CoverageTiler -t "8192,8192" -it "512,512" -s "/usr/home/tmp/myImage.tiff"
The tiles will be stored on the folder "/usr/home/tmp/tiled"
, which will be automatically created.
|
|