-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Federation of Secondary Services #83
Comments
The |
We had an initial implementation in VITO backend, but it grew defunct due to lack of interest/maintenance. We don't have short term plans to fix that I think, right @jdries ? |
And it was a WMTS, not an XYZ as for SH, right? So these would not be "combined"/unified... |
WMTS indeed, so for now we can workaround/ignore the problem because there is no conflict yet |
I agree and also think for now (where only one of the backends supports this we can go with the simple solution). Once a 2nd backend wants to offer this it will be easier to discuss on a concrete example and then also test it.
Yes but I think if the backend provides a meaningful error message in such a case it shouldn't be to hard to understand. |
In #78 we started with initial support for secondary services in the aggregator. The following question(s) came up during initial experimentation.
With collections and processes there has been a strong push for harmonization across back-ends, which allows offering "unified" entities at the level of the aggregator, e.g. a collection SENTINEL2_L2A that is supported by both VITO and SentinelHub, and which will be dispatched by the aggregator based on requested spatial/temporal extent.
Secondary services didn't receive same level of attention, until recently. There is a "configuration" aspect when creating a service, which is largely back-end specific, or at least, there hasn't been an effort to try to harmonize this. This makes it less straightforward to support at the federation/aggregator level.
Question is now: how are we going to handle this (in the short term)?
sentinelhub-XYZ
,vito-WMTS
, ... This means that the user must understand federation aspects like "if I use this collection (provided by upstream backend X), I can only use this secondary service type X-...".The first option is probably the ideal option (in long term), but pretty ambitious in terms of harmonization/specification effort.
So at the moment I'm more included towards option 2, which is uglier, but a lot easier to implement, and it allows us to experiment more with the feature before committing to something under option 1.
The text was updated successfully, but these errors were encountered: