Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Oct 25, 2019
1 parent 738b1fa commit a90caff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rioxarray/rioxarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a90caff

Please sign in to comment.