Open-EO / openeo-api

The openEO API specification
http://api.openeo.org
Apache License 2.0
91 stars 11 forks source link

Job estimates for UDFs etc #443

Closed m-mohr closed 2 years ago

m-mohr commented 2 years ago

Some job estimates may not be possible, e.g. for a UDF. For UDFs a back-end may not be able to give an estimate as the code is not really known/understood by the back-end automatically. Thus, we should clarify in the API how a back-end should reject estimates in such cases (e.g. a specific error code via HTTP 400)