Skip to content

Commit

Permalink
Update cog.py
Browse files Browse the repository at this point in the history
overviews
  • Loading branch information
RichardScottOZ authored and Kirill888 committed Mar 29, 2021
1 parent df67ab9 commit 6ee0462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datacube/utils/cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def _write_cog(pix: np.ndarray,
:param blocksize: Size of internal tiff tiles (512x512 pixels)
:param ovr_blocksize: Size of internal tiles in overview images (defaults to blocksize)
:param overview_resampling: Use this resampling when computing overviews
:param overview_levels: List of shrink factors to compute overiews for: [2,4,8,16,32]
:param overview_levels: List of shrink factors to compute overviews for: [2,4,8,16,32]
to disable overviews supply empty list ``[]``
:param extra_rio_opts: Any other option is passed to ``rasterio.open``
Expand Down

0 comments on commit 6ee0462

Please sign in to comment.