You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many users run into memory issues because their reference DEM is of higher resolution than the to-be-aligned DEM, and Coreg resamples everything on the reference.
We could add a "default" routine that always re-samples to the lowest resolution datasets, which can be overridden by the user with an argument during fit() that could something like resample_on : Literal["ref", "tba"]
The text was updated successfully, but these errors were encountered:
Many users run into memory issues because their reference DEM is of higher resolution than the to-be-aligned DEM, and
Coreg
resamples everything on the reference.We could add a "default" routine that always re-samples to the lowest resolution datasets, which can be overridden by the user with an argument during
fit()
that could something likeresample_on : Literal["ref", "tba"]
The text was updated successfully, but these errors were encountered: