-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
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")andconnection.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
Reactions are currently unavailable