Is your feature request related to a problem? Please describe.
I am looking to deploy an ESRI ImageServer that serves tiles as LERC (COG-like) via OGC API.
Describe the solution you'd like
It seems like this would be an implementation of OGC API Tiles as a Coverage. Is it worth transforming the file on the fly to something other than LERC?
Describe alternatives you've considered
I could just use the public URL of the tile but we are trying to bring different data sources into the same OGC API instance.
Additional context
I understand I would likely need to create a custom TileMatrixSet (per #2074).
It seems there is some support for this within GDAL already (https://gdal.org/en/stable/drivers/raster/gtiff.html#lerc, qgis/QGIS#49963, Esri/lerc#231)
cc: @C-Loftus @doublebyte1 @PascalLike
Is your feature request related to a problem? Please describe.
I am looking to deploy an ESRI ImageServer that serves tiles as LERC (COG-like) via OGC API.
Describe the solution you'd like
It seems like this would be an implementation of OGC API Tiles as a Coverage. Is it worth transforming the file on the fly to something other than LERC?
Describe alternatives you've considered
I could just use the public URL of the tile but we are trying to bring different data sources into the same OGC API instance.
Additional context
I understand I would likely need to create a custom TileMatrixSet (per #2074).
It seems there is some support for this within GDAL already (https://gdal.org/en/stable/drivers/raster/gtiff.html#lerc, qgis/QGIS#49963, Esri/lerc#231)
cc: @C-Loftus @doublebyte1 @PascalLike