Open-EO / openeo-api

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

Move budget and plan properties in data processing requests to extension #544

Open m-mohr opened 1 week ago

m-mohr commented 1 week ago

Move the budget and plan properties in data processing requests to extension. We should make it identifiable whether these properties are supported or not as they are not very commonly supported. Makes the interface cleaner and more predictable.

This will allow to provide an additional conformance class and makes it easier for clients to identify whether this is supported. Alternatively, we could also expose the two parameters as "job options", see #471

soxofaan commented 1 week ago

Good idea. I think it makes sense to decouple the cost/budget aspects from the core openEO API