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

Double signatures with different numbers of inputs #10

Closed nsbgn closed 1 year ago

nsbgn commented 1 year ago

We sometimes get double signatures with a different number of inputs. This shouldn't be possible. See for example, in wf_odour:

<n4> wf:applicationOf sig:KernelDensity ;
    wf:input1 <old_containers3> ;
    wf:output <old_container_density> .

<n41> wf:applicationOf sig:KernelDensity ;
    wf:input1 <old_container_density> ;
    wf:input2 <Amsterdam_centrum> ;
    wf:output <old_zonal_stats3> .
nsbgn commented 1 year ago

This already seems not to happen anymore.