Values.ResamplingConfigInputSourceThe structure representing input for resampling operation.
type nonrec t = {algorithmName : AlgorithmNameResampling.t option;The name of the algorithm used for resampling.
*)outputResolution : OutputResolutionResamplingInput.t;The structure representing output resolution (in target georeferenced units) of the result of resampling operation.
*)targetBands : StringListInput.t option;Bands used in the operation. If no target bands are specified, it uses all bands available in the input.
*)}val make :
?algorithmName:??? ->
?targetBands:??? ->
outputResolution:OutputResolutionResamplingInput.t ->
unit ->
t