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
{{ message }}
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
Currently, aggregation and resampling methods are part of the data cube view. This has the following disadvantages:
Methods cannot be specified per band.
Reusing data cube views for different datasets might be limited if both datasets require different methods.
It would be much cleaner to define aggregation and resampling methods as parameters to the image_collection_cube class. The data cube view definition should be completely independent from particular datasets.