Project: QGIS

Version: 3.8

Feature: Allow rounding values in Extract Layer Extent

We've added a parameter to the Processing algorithm 'Extract Layer Extent' to round the extent bounding box coordinates to a certain interval. While rounding, the bounding box will only ever be enlarged, to ensure it will always cover the input data set. (I.e. the x and y minimum coordinates are rounded down, and x and y maximum coordinates are rounded up).

This feature was developed by Raymond Nijssen