quangis / quangis-workflow

Tools to describe GIS workflows semantically, and to generate them. Includes the core concept transformation algebra (CCT).
GNU General Public License v3.0
1 stars 0 forks source link

APE input order hack #18

Closed nsbgn closed 1 year ago

nsbgn commented 1 year ago

It seems that actions in the generated workflows do not preserve the order of the input artefacts of the corresponding tools. This leads to issues for us, because we rely on input labels for parsing CCT expressions.

This is a limitation of APE that I can possibly hack around somewhat by re-matching it to the tools, but it's unsatisfying because this only works if no tools have the same input types.