Feature request #14554

template for application arguments

Added by Alexia Mondot about 8 years ago. Updated almost 7 years ago.

Status:Rejected
Priority:Normal
Assignee:Alexia Mondot
Category:Processing/Core
Pull Request or Patch supplied:No Resolution:up/downstream
Easy fix?:No Copied to github as #:22527

Description

OTB application command line is rebuild when the algorithm is run.
It could be easier if the OTB XML descriptors contained the template of the arguments.
The post processing would be to complete the template with the user arguments.

Todo:
  • Add a node cli_args_template to the root of each xml descriptor file
  • The value of this node is the list of all arguments with a formatable value. All known parameters are already written in the template.
    ex: -inp {inp} -inxs {inxs} -out {out} -method bayes -method.bayes.lambda {method.bayes.lambda} -method.bayes.s {method.bayes.s} -ram 512
  • Adapt the processAlgorithm function to use the arguments template

History

#1 Updated by Jürgen Fischer about 8 years ago

  • Subject changed from [Processing/OTB/descriptors XML] Template for application arguments to template for application arguments

#2 Updated by Giovanni Manghi almost 7 years ago

  • Easy fix? set to No

#3 Updated by Giovanni Manghi almost 7 years ago

A few providers are being removed from QGIS3 (they will be available as plugins), so the respective categories are also being removed from the bug tracker. Where necessary the tickets will be reassigned to "processing/core" to not leave them orphaned of category.

#4 Updated by Giovanni Manghi almost 7 years ago

Some providers are being removed from QGIS/Processing (will be available as plugin) and so are their categories in the bug tracker. To not leave them orphaned of a category they are being reassigned to processing/core.

#5 Updated by Giovanni Manghi almost 7 years ago

  • Category changed from 120 to Processing/Core

#6 Updated by Alexander Bruy almost 7 years ago

  • Resolution set to up/downstream
  • Description updated (diff)
  • Status changed from Open to Rejected

Also available in: Atom PDF