From 2c84b43c182bcbafa584bc0643a20bd6827b4761 Mon Sep 17 00:00:00 2001 From: Andrea Giudiceandrea Date: Sat, 25 Jan 2020 18:38:24 +0100 Subject: [PATCH] Remove qgis:creategrid python alg help after "Create grid" algorithm port to C++ qgis/QGIS@9e9ade3903e4f078ccd86f1b9f000d88132af42f --- python/plugins/processing/algs/help/qgis.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/plugins/processing/algs/help/qgis.yaml b/python/plugins/processing/algs/help/qgis.yaml index 5a1b0f48dff..c4dd25e16d8 100644 --- a/python/plugins/processing/algs/help/qgis.yaml +++ b/python/plugins/processing/algs/help/qgis.yaml @@ -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.