Skip to content

Commit

Permalink
Add clear_attrs to level_reproject docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones committed Mar 20, 2024
1 parent 90dc72b commit 124aa05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ndpyramid/reproject.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ def level_reproject(
Rasterio warp resampling method to use. Keys are variable names and values are warp resampling methods.
extra_dim : str, optional
The name of the extra dimension to iterate over. Default is None.
clear_attrs : bool, False
Clear the attributes of the DataArrays within the multiscale pyramid. Default is False.
Returns
-------
Expand Down

0 comments on commit 124aa05

Please sign in to comment.