Skip to content

Commit 6334ca0

Browse files
authored
DOC: Update warning message for differing scales in rasterio attributes (#834)
1 parent daf882c commit 6334ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rioxarray/_io.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ def _get_rasterio_attrs(riods: RasterioReader):
670670
if len(set(riods.scales)) > 1:
671671
attrs["scales"] = riods.scales
672672
warnings.warn(
673-
"Offsets differ across bands. The 'scale_factor' attribute will "
673+
"Scales differ across bands. The 'scale_factor' attribute will "
674674
"not be added. See the 'scales' attribute."
675675
)
676676
else:

0 commit comments

Comments
 (0)