Skip to content

Commit

Permalink
Reorder overview kwargs to match docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed May 6, 2020
1 parent 345adc3 commit 213e4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trollimage/xrimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def save(self, filename, fformat=None, fill_value=None, compute=True,
def rio_save(self, filename, fformat=None, fill_value=None,
dtype=np.uint8, compute=True, tags=None,
keep_palette=False, cmap=None, overviews=None,
overviews_resampling=None, overviews_minsize=256,
overviews_minsize=256, overviews_resampling=None,
include_scale_offset_tags=False,
**format_kwargs):
"""Save the image using rasterio.
Expand Down

0 comments on commit 213e4e1

Please sign in to comment.