You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Terracotta currently does not support mosaics - reading from different rasters depending on position on the map. Every dataset (key combination) points to a single raster and only for RGB we allow the last key to be used to specify the RGB bands.
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
The text was updated successfully, but these errors were encountered: