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

Add support for exact calculations at array borders #6

Open
BENR0 opened this issue Mar 26, 2020 · 0 comments
Open

Add support for exact calculations at array borders #6

BENR0 opened this issue Mar 26, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@BENR0
Copy link
Owner

BENR0 commented Mar 26, 2020

Is your feature request related to a problem? Please describe.
Currently the all variogram related textures do not give exact results at the array borders due to division by a higher number of neighbours then they actually have.

Describe the solution you'd like
Divide border pixel values by correct number of neighbours depending on window and lag size. A starting point is already implemented as neighbour_count in utils. This needs to be "daskified" since for big arrays the function would allocate huge arrays (see here for using block id in the function to be mapped).

@BENR0 BENR0 added the enhancement New feature or request label Mar 26, 2020
@BENR0 BENR0 self-assigned this Mar 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant