[otb-users] Problem with otbcli_ExtractROI -mode.fit.vect

2018-01-24 Thread Cesar DB
Hi all, I intend to crop an image (im_large.tif) to the extent of a polygon (mask.shp). The function otbcli_ExtractROI fails to do it. I tested the function to crop image_large.tif to the extent of a smaller image (im_small.tif). This operation succeeds.

[otb-users] Re: Problem with otbcli_ExtractROI -mode.fit.vect

2018-02-02 Thread Cesar DB
r, >> >> There is a bug with mode.fit.vect. This will be corrected very soon, but >> right now you can use this workaround: >> -Use otbcli_Rasterization to generate a temporary image >> -Use ExtractROI to extract using mode.fit.im over the temporary image >> >> RĂ©mi &g

[otb-users] Superimpose and NoData in the input images handling

2018-03-28 Thread Cesar DB
Hi, I use otbcli_superimpose to set an image (Im1) to the grid of a reference image of same resolution (Im_ref). Both images have nodata value set to -. The following command produce an image with absurd value suggesting that no data pixel were taken into account during the interpolation in