Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tnigon committed Jan 29, 2024
1 parent dbc5e55 commit eff44b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixels_utils/titiler/endpoints/stac/crop/_crop.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def to_rasterio(self, **kwargs) -> Tuple[ArrayLike, Profile, Dict]:
# TODO: Consider validating kwargs before passing to parse_crop_response()
data_mask, profile_mask, tags = parse_crop_response(
r=self.response,
**kwargs
**kwargs,
# **{"dtype": float32, "band_names": [collection_ndvi.short_name], "band_description": [collection_ndvi.short_name]},
)
return data_mask, profile_mask, tags

0 comments on commit eff44b1

Please sign in to comment.