Skip to content

CropSAR_px UDF and CropSAR UDF APIs are not consistent #102

@JanssenBrm

Description

@JanssenBrm

Description

CropSAR and CropSAR_px are both processes available from the list of UDF processes provided by VITO and are often used in the FuseTS framework. With OpenEO it is possible to also get the documentation of each process, and it turns out that, according to the documentation, the APIs for these two processes are not the same, and it would make more sense if the APIs were aligned.
 
By comparing the function fingerprints with

  • connection.describe_process(id="CropSAR", namespace="vito") and
  • connection.describe_process(id="CropSAR_px", namespace="vito")
     
    The interface of the latter process is much more defined and allows the user greater operability with the UDF, while for the former process, the interface is quite limited.

Recommendations

We recommend that the authors of the processes better align the interface to these two very similar processes.

Acceptance criterea

  • The required parameters for both service use a consistent name and description

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions