|
Usage: PyramidLayerBuilder -h -v -s -t -f -a -o -p -c
where:
-h : Prints a nice command line Help
-v : Prints the tools Version
-s : Is the path where the raster(s) is(are) located
-t : Is the tile dimensions as a couple width,height in pixels (e.g. 512,512)
-f : Represents the scale factor. If you want a raster which is 1/2 resolution
of the original, f should be 2
-a : Represents the Scaling algorithm to use. You can choose among one of the following
nn, bil, avg, filt
-o : Represents the output format. It can be one of the following
tiff, tif, gtiff, gtif, png, jpeg
-p : Is the Thread Priority, a number between 1 and 10 -> 1 [LOW] - 5 [MED] - 10 [HIGH]
-c : Represents the JAI TileCache dimension. This is an optional parameter which allows
you to tune the tool performances.
Example of usage:
PyramidLayerBuilder -t "512,512" -s "/usr/home/tmp/tiled/world.200412.3x21600x21600.a1_ref.shp" -f 2 -a nn -c 512
author: Simone Giannecchini author: Alessio Fabiani version: 0.2 |