Hi,
I have issues with a Buffer Node in a Callee-Workflow: the workflow works fine without a Container Input Node, however, when this workflow is called by a caller workflow, I get this message, no matter what projection I choose:
Buffer 6:5: Execute failed: Invalid projection: … (Internal Proj Error: proj_create: Error 1027 (Invalid value for an argument): utm: Invalid value for zone)
This is quite annoying, as the workflow works normally without being a subworkflow.
Caller:
Callee:
Any ideas how to solve this? Thanks a lot in advanced.
Caller.knwf (51.1 KB)
Callee.knwf (55.3 KB)
1 Like
@tobias.koetter maybe any ideas on that?
It keeps us away from a productive solution again. Thanks for any hint!
ok, so the Container Input (Table) node does not recognize any other CRS than 4326, or changes every other CRS to 4326.
Caller
Callee:
You can prove the output of the Container Input (Table) node with a Geopackage Writer: not matter which CRS you choose, it’s stored as 4326.
But it somehow destroys the geometry as well. That’s the result of the Geopackage output:
I’d say, that’s a bug, how about the Knime guys? @tobias.koetter ? @ScottF ?
And now it would be great to have something like a QM Node…
1 Like