Skip to content

Question: have key wildcard to serve multiple geotiffs as mosaic #287

@gillesserco

Description

@gillesserco

Hello

I use a terracotta server to serve dated terrain change detection geotiffs over several zones. The tiffs are square tiles and they are uniquely spatially identified by their UTM projection position (like '29N_22E-184N') that is present in the file naming.

I use keys like "provider/type/date/projcell/band", projcell being the UTM info like 29N_22E-184N.

All is perfect and I can from my custom UI select the cell I want by navigating the keys down and I see the tile on a map component + on a dedicated panel.

I would be very interested in having the possibility to see 'mosaics' on the UI without generating the mosaics of my zones. 
I did a test adding a 'disposition' key to be able to select 'mosaic/tile', then did a call using the disposition key 'mosaic' and omitting the projcell key: the server replied: "must specify all key except last one".

Question: 
 - would it be possible to change the code to support wildcards for one or several keys? or to be able to omit a key? 
 - does someone have a way of doing this mosaic-like usage of terracotta?

Thanks & best regards

Gilles

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions