-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
Description
Let's create a simple Demo UI to create Mosaic
in titiler-pgstac (eoapi.raster), a Mosaic is a stac-api (pgSTAC) Search request, which we register through the /mosaic/register endpoint (https://stac-utils.github.io/titiler-pgstac/advanced/metadata/)
Requirements:
- Per Collection Mosaic: Ideally a mosaic is
Per Collection(because then you can assume that all items have the same assets or at least share a minimal set of assets) - add bounds for the mosaic from the Collection metadata
- add set of
defaultsmosaic options (asset selection, expression, color correction, rescaling ....) from which we can construct Tile URLs - add an option to get Min/Max zoom from all the assets (or selected asset 🤷)
Note: To be able to fully create a perfect mosaic, the user might need to get statistics/info from items so it will be nice to have a place for this.