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

Tools using BlockProcessor class are limited to focal neighborhood sizes <75 #105

Open
noahslocum opened this issue Jul 28, 2016 · 0 comments
Assignees
Milestone

Comments

@noahslocum
Copy link
Collaborator

The block size passed to the BlockProcessor class (in utils.py) is currently determined (in depth_statistics.py) by limiting the maximum number of elements in a ndarray to 10^8 elements to avoid a Memory Error. This limits the maximum neighborhood size for IQR and Kurtosis to 73. Block size could instead be determined using an adaptive approach that evaluates the capabilities of the user's machine so that larger neighborhood sizes can be used when more memory is available.

@scw scw added the enhancement label Aug 4, 2016
@noahslocum noahslocum self-assigned this Aug 8, 2017
@noahslocum noahslocum added this to the 3.1 final milestone Aug 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants