pktools
2.6.7
Processing Kernel for geospatial data
|
Crop the input image to the given bounding box
Crop the input image to the envelop of the given polygon and mask all pixels outside polygon as 0 (using gdal_rasterize)
Extract bands 3,2,1 (starting from 0) in that order from multi-band raster image input.tif
Scale raster floating point image fimage.tif with factor 100 and write as single byte image with the given colourtable (for auto scaling, see next example)
Automatically scale raster floating point image fimage.tif to [0:100] and write the output as a single byte image with the given colourtable
Crop raster image large.tif to the bounding box of raster image small.tif and use the same pixel size.