From a90caff25734a06ec0a7592f7b86d5f62c53e7f1 Mon Sep 17 00:00:00 2001 From: snowman2 Date: Fri, 25 Oct 2019 10:32:01 -0500 Subject: [PATCH] fix --- rioxarray/rioxarray.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rioxarray/rioxarray.py b/rioxarray/rioxarray.py index 2a4d3264..9b09ad2d 100644 --- a/rioxarray/rioxarray.py +++ b/rioxarray/rioxarray.py @@ -1117,7 +1117,8 @@ def to_raster( tags: dict, optional A dictionary of tags to write to the raster. windowed: bool, optional - If True, it will write using the windows of the output raster. Default is False. + If True, it will write using the windows of the output raster. + Default is False. **profile_kwargs Additional keyword arguments to pass into writing the raster. The nodata, transform, crs, count, width, and height attributes