We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf882c commit 6334ca0Copy full SHA for 6334ca0
rioxarray/_io.py
@@ -670,7 +670,7 @@ def _get_rasterio_attrs(riods: RasterioReader):
670
if len(set(riods.scales)) > 1:
671
attrs["scales"] = riods.scales
672
warnings.warn(
673
- "Offsets differ across bands. The 'scale_factor' attribute will "
+ "Scales differ across bands. The 'scale_factor' attribute will "
674
"not be added. See the 'scales' attribute."
675
)
676
else:
0 commit comments