Skip to content

Commit

Permalink
Use nearest sampling to stitch static layers (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanie authored Nov 22, 2024
1 parent d27fa15 commit 88ac126
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dolphin/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@ def prepare_geometry(
out_nodata=nodata,
target_aligned_pixels=True,
strides=strides,
resample_alg="nearest",
overwrite=False,
options=options,
)
Expand Down

0 comments on commit 88ac126

Please sign in to comment.