In certain edge cases the WriteOp writes data wrong

Description

When the size of the data buffer does not fit the tile size, the output written by the WriteOp is not correct.

This case should not occur often. Otherwise it would have been detected by the tests on the build server.

In the code Tile.getDataBuffer() is used. The method which should be used is Tile.getRawSamples().
This is in line with the API documentation.

Environment

None

GitHub Work

None

Activity

Show:
Fixed

Details

Assignee

Reporter

Fix versions

Affects versions

Components

Priority

Created 29 October 2020 at 09:03
Updated 11 November 2020 at 14:08
Resolved 29 October 2020 at 10:30