opendatacube / odc-stats

Statistician is a framework of tools for generating statistical summaries of large collections of EO data managed in an ODC instance.
Apache License 2.0
9 stars 4 forks source link

revert gm resampling to default bilinear #107

Closed emmaai closed 9 months ago

emmaai commented 9 months ago

As the title. We have an implementation of "largest cover" equivalent for boolean mask in odc-algo when the resampling=bilinear. Hence all the values should be reprojected with bilinear except for discrete/categorical values, which is default for all stats plugins set in the base class.