In this part of the dry run we extract the pixel buffer:
|
constraints["pixel_buffer"] = {"buffer_size": buffer_size} |
And then look up resampling parameters afterwards.
If a change of resolution occurs between pixel buffer and load_collection, the buffer needs to be adjusted accordingly.
A real world case is shown here:
Open-EO/openeo-geopyspark-driver#1452