We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba2cb6f commit cdff4d0Copy full SHA for cdff4d0
titiler/stacapi/asset_reader.py
@@ -18,6 +18,7 @@
18
from rio_tiler.io.base import BaseReader, MultiBaseReader
19
from rio_tiler.models import ImageData
20
from rio_tiler.tasks import multi_arrays
21
+from rio_tiler.types import Indexes
22
23
from titiler.stacapi.models import AssetInfo
24
from titiler.stacapi.settings import CacheSettings, RetrySettings, STACSettings
@@ -183,7 +184,7 @@ def tile( # noqa: C901
183
184
raise MissingAssets(
185
"assets must be passed either via `expression` or `assets` options."
186
)
-
187
+
188
# indexes comes from the bidx query-parameter.
189
# but for asset based backend we usually use asset_bidx option.
190
asset_indexes = asset_indexes or {}
0 commit comments