Skip to content

Commit

Permalink
Fix stack with save as int
Browse files Browse the repository at this point in the history
  • Loading branch information
TabeaW authored Nov 26, 2024
1 parent b94b660 commit ecfab44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eoreader/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def stack(
"Band not in reflectance, keeping them as is (the values will be rounded)"
)
else:
band_xda = band_xda * scale
band_xds[band] = band_xda * scale

# Fill no data
band_xds = band_xds.fillna(nodata)
Expand Down

0 comments on commit ecfab44

Please sign in to comment.