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

Select tile size #170

Closed EmileSonneveld closed 1 year ago

EmileSonneveld commented 1 year ago

This fixes some test failures that where introduced here: https://github.com/Open-EO/openeo-geotrellis-extensions/commit/07f460963707a8ddaebc6c5dd35ff73e69d5f73a By taking into account the tile size, and avoiding a value compare at the edge of an image.

Integration tests here might still fail after this PR, but those get handles by an other PR.

jdries commented 1 year ago

can merge!