Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 5, 2024
1 parent 9b68e35 commit ff9e068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leafmap/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -3754,7 +3754,7 @@ def image_to_cog(source, dst_path=None, profile="deflate", **kwargs):
dst_profile = cog_profiles.get(profile)
if "dst_kwargs" in kwargs:
dst_profile.update(kwargs.pop("dst_kwargs"))

dst_profile["BIGTIFF"] = "IF_NEEDED"
cog_translate(source, dst_path, dst_profile, **kwargs)

Expand Down

0 comments on commit ff9e068

Please sign in to comment.