Skip to content

Commit

Permalink
Document new option
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Gillies committed Jun 11, 2021
1 parent 0aeb2bc commit 8de7f60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Changes
1.2.5 (TBD)
-----------

- Prevent a rare merge error (#2202).
- Prevent merge failures due to window and slicing mismatches (#2204 and
#2202).

1.2.4 (2021-05-31)
------------------
Expand Down
4 changes: 4 additions & 0 deletions rasterio/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ def function(merged_data, new_data, merged_mask, new_mask, index=None, roff=None
coff: int
column offset in base array
target_aligned_pixels : bool, optional
Whether to adjust output image bounds so that pixel coordinates
are integer multiples of pixel size, matching the ``-tap``
options of GDAL utilities. Default: False.
dst_path : str or Pathlike, optional
Path of output dataset
dst_kwds : dict, optional
Expand Down

0 comments on commit 8de7f60

Please sign in to comment.