Open-EO / openeo-geotrellis-extensions

Java/Scala extensions for Geotrellis, for use with OpenEO GeoPySpark backend.
Apache License 2.0
5 stars 3 forks source link

average resample method doesn't work when applied later in process graph #303

Open jdries opened 1 month ago

jdries commented 1 month ago

When resample_cube_spatial with average method is performed after an apply process (so not at load_collection time), the resamplemethod doesn't return the expected result.

When load_collection loads data from tiff, downsampling with non-default method also doesn't give expected result.

The cause is this Geotrellis issue: https://github.com/locationtech/geotrellis/issues/3541