-
Notifications
You must be signed in to change notification settings - Fork 94
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
get_sum
not matched with bucket_sum
#354
Comments
Took a while to figure this out. new_scn = scn.resample(area, cache_dir=cache_dir, resample='bucket_sum') has a typo. It should be |
Oh, and the bucket resamplers don't have caching, so the |
@pnuu Thanks, but I got another error when using
|
Hi @zxdawn, |
Maybe |
Another point: Shouldn't |
My idea when doing the initial implementation was to have the real sum at each target location, thus I reasoned zero would be the correct value for the pixels where there is no data. This is arguable, but a |
Code
Problem description
get_sum
plotbucket_sum
plotget_sum
not matched withbucket_sum
Actual Result, Traceback if applicable
Versions of Python, package at hand and relevant dependencies
The text was updated successfully, but these errors were encountered: