Hello Tanderson567, I faced a similar error in the python 'otb applications' package. Was unable to solve it so I used Monteverdi (the OTB Graphical User Interface).
Liten On Tue, Mar 26, 2019 at 9:08 PM tanderson567 <[email protected]> wrote: > Hello All, > > A question to the group. I am using the QGIS implementation of OTB and I > am struggling with getting the TrainVectorClassifier tool to work (or any > tool that requires field names). When I specify my field names in the* > field names for training features* dialog box I am getting an error that > the fields do not exist. I believe it is due to the syntax that is needed > in the box to get the tool to run. > > I have tried the following: > > - single quotes separated by spaces ( 'meanB0' 'meanB1' ) > - single quotes separated by spaces ( "meanB0" "meanB1" ) > - no quotes separated by spaces ( meanB0 meanB1 ) > - quotes comma separated ( 'meanB0','meanB1' ) > - comma separated ( meanB0,meanB1 ) > - tab separated ( meanB0 meanB1 ) > > None of these have worked (see images below) > > My question to the community is this, what should I be doing in this > dialog box to make it work?? > > Example: > > Error message: > > -- > This mailing will be abandoned soon in favor of a more friendly forum: > https://forum.orfeo-toolbox.org > Thanks to visit it for any question related to Orfeo Toolbox (OTB) usage, > or to check the OTB FAQ: > http://www.orfeo-toolbox.org/FAQ.html > --- > You received this message because you are subscribed to the Google Groups > "otb-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- This mailing will be abandoned soon in favor of a more friendly forum: https://forum.orfeo-toolbox.org Thanks to visit it for any question related to Orfeo Toolbox (OTB) usage, or to check the OTB FAQ: http://www.orfeo-toolbox.org/FAQ.html --- You received this message because you are subscribed to the Google Groups "otb-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
