Release 1.4.0
Compare changes
Files
26
doc/examples/nodata_mean.md
0 → 100644
+ 26
− 0
This MR is the results of me working with OTBTF, finding new small bugs.
Thus it may contain many heterogeneous fixes. I'll try to link this to issues.
Closes #22 (closed), #23 (closed), #21 (closed), #25 (closed), #26 (closed), #24 (closed), #27 (closed)
Changelog:
gdal:co:BIGTIFF=IF_SAFER
to filename when compression is enabledoutput_param
to avoid checking if it is an App instance__save_objects()
in order to save parameters as class attributes, during execute()
or __init__()
when execute is not done during init.execute
and write
for intermediate outputs (we need to document how to do it since order matters)
execute
argument is now False by default, this affects oneliners, you may need to edit your scripts if they do not use write() or execute() functions (at least once at the end of a pipeline).