Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide default downsampling logic in Coreg pre-processing for performance #437

Open
rhugonnet opened this issue Sep 7, 2023 · 0 comments
Labels
enhancement Feature improvement or request priority Needs to be fixed rapidly

Comments

@rhugonnet
Copy link
Contributor

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"]

@rhugonnet rhugonnet added enhancement Feature improvement or request priority Needs to be fixed rapidly labels Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature improvement or request priority Needs to be fixed rapidly
Projects
None yet
Development

No branches or pull requests

1 participant