-
Notifications
You must be signed in to change notification settings - Fork 3
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
Merge concepts of the proposed render extension #19
Comments
As discussed on the STAC sprint this is related to this extension, but it will eventually be more capabale once templates links are defined by OGC. And then there's also the processing and composite extension that seem to do similar things. A combination of these extensions may replace the render extension. |
Just to be clear, the render template is not a |
@vincentsarago I think the composite extension can handle what the render extension is trying to achieve and I think the goal is to limit the number of extensions if possible to reduce the need to duplicate information across fields and increase adoption, so if we can appropriately modify or leverage an existing extension to meet our needs we should do so. If I understand correctly, there are 2 things being proposed:
|
The render extension has been proposed and we should either merge them or be clear about the purposes of each.
Both the render and web-map-links address the need to support visualizing raster data. web-map-links addresses this by defining link types for different visualization (or tiling) APIs. web-map-links supports parameters used to render raster data into image tiles via parameters included in href strings (I assume, I haven't seen an example that does this yet). The render extension, since it is mostly referring to dynamic tiling, overlaps with the xyz, wmts and proposed OGC-Tiles but explicitly includes those render parameters as part of its schema, which is separate from links.
I wonder if these 2 specs could be merged. From what I can tell web-map-links focuses on what API servers are available to render the data and render focuses on what parameters to pass to those servers. Would it make sense to merge these two specs?
A few options:
titiler
link type which includes those titiler parameters@m-mohr @smohiudd @vincentsarago
The text was updated successfully, but these errors were encountered: