-
Notifications
You must be signed in to change notification settings - Fork 211
Description
We (@emmanuelmathot @vincentsarago @smohiudd) have been discussing support for tiling parameters in STAC.
I think we are reaching consensus that we will store these parameters within a virtual asset. Note a virtual asset is still an asset but it typically does not exist and is passed to some service to be generated. The parameters for titiler would be stored in a virtual asset under either the compose prefix or the processing prefix. See this documentation for titiler in the composite extension.
My understanding is that there is interest to support processing of virtual assets in titiler so that, when a virtual asset exists, and is passed to the API as part of the assets=[] parameter, titiler would then look up the asset(s) and apply any parameters titiler expects (compose:*, processing:expression, raster:bands:nodata, unscale)
Questions:
- Do we agree with the metadata approach or see any issues with it? I will add one or more example assets with all parameters.
- Do we agree virtual assets should be supported by titiler
- If (2) is yes, what should be the approach - a new path or query parameter? Presumably if parameters are passed in the URL they would override the virtual asset.