Commit 6b06ae98 authored by Cresson Remi's avatar Cresson Remi
Browse files

Merge branch '3-prediction-on-esa-tiles' into 'master'

Replace wrong value for ManageNoData mode

Closes #3

See merge request !3
1 merge request!3Replace wrong value for ManageNoData mode
Pipeline #34664 passed with stages
in 13 minutes and 33 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -296,7 +296,7 @@ class S2_ESA(S2ProductBase):
mnnodata = otbApplication.Registry.CreateApplication('ManageNoData')
mnnodata.ConnectImage('in', conc, 'out')
mnnodata.SetParameterString('mode', 'change')
mnnodata.SetParameterString('mode', 'changevalue')
mnnodata.SetParameterFloat('mode.changevalue.newv', self.INTERNAL_NODATA_VALUE)
mnnodata.Execute()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment