Processing Kernel for remote sensing data
|
Q1. First question A1. For individual invalid value(s) in input image, use -srcnodata
Usage: use unique value for each invalid bands set in -vb (–bndnodata) or use a single value that will be applied to all invalid bands
Example:
will consider 0 in band 0 and 255 in band 1 of input images as no value
will consider 0 in both bands 0 and 1 of input images as no value
For range(s) of invalid values in input images: use -min (–min) and -max (–max) Usage: use unique range set for each invalid bands set in -bndnodata
Example:
will consider all negative values in band 0 and 1 of input images as invalid. Values larger or equal to 200 in band 0 will be invalid, as well as values larger or equal to 2 in band 1
Q2. If I take the mean value as composit rule for multi-band input images, will the output image contain the mean value of overlapping images in each band? A2. Yes