At least one function is broken : define_processing_area(), with OTB >= 7.4 :
# Applying this bounding box to all inputslogger.info('Cropping all images to extent Upper Left (%s, %s), Lower Right (%s, %s)',ulx,uly,lrx,lry)new_inputs=[]forinpininputs:try:params={'in':inp,'mode':'extent','mode.extent.unit':'phy','mode.extent.ulx':ulx,'mode.extent.uly':lry,# bug in OTB <= 7.3 :'mode.extent.lrx':lrx,'mode.extent.lry':uly,# ULY/LRY are inverted}
By Vincent Delbar on 2023-02-05T17:12:51 (imported from GitLab)