You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
geoblaze.sum was reverted to the behavior prior to v2.7.0, so now virtual resampling is turned off by default for geoblaze.sum. You can turn virtual resampling on by passing in a vrm and rescale parameter (see more information here: https://docs.geoblaze.io/#sum). Minimal virtual resampling is still turned on by default for min, max, median, mean, and mode calculations.
π New Feature / Improvement
None
π Bug Fix
fixed an issue where Github action was breaking because AWS S3 was returning 503 when downloading test files, which was fixed by adding a sleep statement
π Internal
added npm run clean, which removes test files that are downloaded while setting up the repo
π Documentation
Updated documentation of geoblaze.sum to show how to enable virtual resampling, passing in a vrm and rescale parameter