You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: