Skip to content

feat: enable multiple sources, render as a mosaic - #140

Open
hrodmn wants to merge 5 commits into
mainfrom
feat/mosaic
Open

feat: enable multiple sources, render as a mosaic#140
hrodmn wants to merge 5 commits into
mainfrom
feat/mosaic

Conversation

@hrodmn

@hrodmn hrodmn commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

Summary

  • We want to be able to support tile requests for datasets that are stored in multiple icechunk stores on distinct spatial grids. We do this type of thing for COGs using titiler.mosaic.MosaicTilerFactory

Testing

  • Working locally on a sample of the NAQFC CONUS + AK Icechunk stores:
    • url=s3://naqfc/aqmv7/o3&url=s3://naqfc/aqmv7/o3_ak&variable=ozcon

PR checks

  • Standard CI runs automatically on each push.
  • To run the CDK synth check, add the run-cdk-checks label to this PR.
  • If you push more commits after that run completes, remove and re-add the label to run it again.
  • To trigger a dev deployment, add the deploy-dev label. It smoke-tests tiles from the native MUR, virtual MUR, and virtual NLDAS Icechunk stores after deployment.

@github-actions github-actions Bot added the feat label Aug 15, 2026
hrodmn added 3 commits August 17, 2026 05:23
based on titiler.xarray.extensions.DatasetMetadataExtension but
with a few small modifications
@hrodmn hrodmn linked an issue Aug 17, 2026 that may be closed by this pull request
@hrodmn
hrodmn marked this pull request as ready for review August 18, 2026 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable mosaic visualization of multidimensional sources

1 participant