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

Qfit remove outliers on large rasters #76

Closed
ailich opened this issue Jul 5, 2023 · 2 comments
Closed

Qfit remove outliers on large rasters #76

ailich opened this issue Jul 5, 2023 · 2 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@ailich
Copy link
Owner

ailich commented Jul 5, 2023

Generating quantiles requires loading in all data which will fail if the data can't load into memory. Add the option to use a sample using new feature in terra rspatial/terra#1213.

@ailich ailich added bug Something isn't working enhancement New feature or request labels Jul 5, 2023
@ailich
Copy link
Owner Author

ailich commented Jul 20, 2023

Add this once this reaches the CRAN version of terra to avoid compatibility issues. In the mean time Qfit can be run on large rasters by setting outlier_quantile = c(0,1) which skips the outlier filtering step.

@ailich
Copy link
Owner Author

ailich commented Sep 12, 2023

Added in d0c6bd4

@ailich ailich closed this as completed Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant