Skip to content

Apply multi-band algorithm to MosaicJSON? #598

Answered by vincentsarago
sashkaw asked this question in Q&A
Discussion options

You must be logged in to vote

I'm not sure to get everything

When you say mosaic are you talking about spatial mosaic (merging files that cover different area) or combining multiple bands together?

about multi band, did you check https://cogeotiff.github.io/rio-tiler/advanced/custom_readers/#multibandsreader and the associated tiler https://developmentseed.org/titiler/api/titiler/core/factory/#multibandtilerfactory

The issue for creating MosaicJSON using MultiBand, is that you need (in theory) one uniq identifier (spatial) for all the bands (e.g for Landsat it's the Landsat ID, for STAC it can be the STAC URL of the STAC Id).

If you want to create a spatial mosaic with multi band dataset you need to:

  • Create a custom …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@sashkaw
Comment options

@vincentsarago
Comment options

@sashkaw
Comment options

Answer selected by sashkaw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants