Skip to content

Commit

Permalink
fix dataset_profile
Browse files Browse the repository at this point in the history
  • Loading branch information
janf committed Mar 22, 2024
1 parent 9388c61 commit 4c7e1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rio_tiler/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def read(
band_names=[f"b{idx}" for idx in indexes],
dataset_statistics=dataset_statistics,
metadata=dataset.tags(),
profile=dataset.profile
profile=dataset_profile
)


Expand Down

0 comments on commit 4c7e1e8

Please sign in to comment.