gdalcubes_cpp icon indicating copy to clipboard operation
gdalcubes_cpp copied to clipboard

Remove Aggregation and Resampling from Data Cube View

Open appelmar opened this issue 6 years ago • 0 comments

Currently, aggregation and resampling methods are part of the data cube view. This has the following disadvantages:

  1. Methods cannot be specified per band.
  2. 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.

appelmar avatar Aug 21 '19 12:08 appelmar