Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Dec 11, 2024
1 parent 018a415 commit 9a570d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion titiler/openeo/stacapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ def _reader(item: Dict[str, Any], bbox: BBox, **kwargs: Any) -> ImageData:
projcrs = pyproj.crs.CRS(spatial_extent.crs or "epsg:4326")
crs = to_rasterio_crs(projcrs)

# TODO: convert `bands` into assets
img, _ = mosaic_reader(
items,
_reader,
Expand Down

0 comments on commit 9a570d8

Please sign in to comment.