Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into rework_apply_matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Jun 6, 2024
2 parents 9b48134 + b791423 commit acdc5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdem/coreg/affine.py
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ def _fit_rst_pts(
y_coords += resolution / 2

pts = (x_coords, y_coords)
# This needs to be consistent, so it's cardcoded here
# This needs to be consistent, so it's hardcoded here
area_or_point = "Area"
# Make a new DEM which will be modified inplace
aligned_dem = rst_elev.copy()
Expand Down

0 comments on commit acdc5d7

Please sign in to comment.