We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75919e3 commit 830147aCopy full SHA for 830147a
stackstac/prepare.py
@@ -152,7 +152,7 @@ def prepare_items(
152
if raster_bands is not None:
153
if len(raster_bands) != 1:
154
raise ValueError(
155
- f"raster:bands has {len(raster_bands)} elements for asset {asset_id!r}. "
+ f"raster:bands has {len(raster_bands)} elements for asset {id!r}. "
156
"Multi-band rasters are not currently supported.\n"
157
"If you don't care about this asset, you can skip it by giving a list "
158
"of asset IDs you *do* want in `assets=`, and leaving this one out."
0 commit comments