Remove qgis:creategrid python alg help

after "Create grid" algorithm port to C++ qgis/QGIS@9e9ade3903
This commit is contained in:
Andrea Giudiceandrea 2020-01-25 18:38:24 +01:00 committed by Nyall Dawson
parent 3fbeb4ba02
commit 2c84b43c18

View File

@ -67,9 +67,6 @@ qgis:convertgeometrytype: >
See the "Polygonize" or "Lines to polygons" algorithm for alternative options.
qgis:creategrid: >
This algorithm creates a vector layer with a grid covering a given extent. Elements in the grid can be points, lines or polygons.The size and/or placement of each element in the grid is defined using a horizontal and vertical spacing. The CRS of the output layer must be defined. The grid extent and the spacing values must be expressed in the coordinates and units of this CRS. The top-left point (minX, maxY) is used as the reference point. That means that, at that point, an element is guaranteed to be placed. Unless the width and height of the selected extent is a multiple of the selected spacing, that is not true for the other points that define that extent.
qgis:createpointslayerfromtable: >
This algorithm creates points layer from a table with columns that contain coordinates fields. Besides X and Y coordinates you can also specify Z and M fields.