Skip to content

Commit

Permalink
Merge pull request #38695 from suricactus/alg_fieldcalc_cpp_simple
Browse files Browse the repository at this point in the history
Translate qgis::fieldcalculator to C++
  • Loading branch information
m-kuhn committed Sep 11, 2020
2 parents a46acb4 + bd81e2f commit 3bea2e7
Show file tree
Hide file tree
Showing 12 changed files with 349 additions and 723 deletions.
3 changes: 0 additions & 3 deletions python/plugins/processing/algs/help/qgis.yaml
Expand Up @@ -114,9 +114,6 @@ qgis:extractbyexpression: >

For more information about expressions see the <a href ="{qgisdocs}/user_manual/working_with_vector/expression.html">user manual</a>

qgis:fieldcalculator: >
This algorithm computes a new vector layer with the same features of the input layer, but with an additional attribute. The values of this new attribute are computed from each feature using a mathematical formula, based on the properties and attributes of the feature.

qgis:findprojection: >
This algorithm allows creation of a shortlist of possible candidate coordinate reference systems for a layer with an unknown projection.

Expand Down
164 changes: 0 additions & 164 deletions python/plugins/processing/algs/qgis/FieldsCalculator.py

This file was deleted.

2 changes: 0 additions & 2 deletions python/plugins/processing/algs/qgis/QgisAlgorithmProvider.py
Expand Up @@ -42,7 +42,6 @@
from .ExecuteSQL import ExecuteSQL
from .ExportGeometryInfo import ExportGeometryInfo
from .FieldPyculator import FieldsPyculator
from .FieldsCalculator import FieldsCalculator
from .FindProjection import FindProjection
from .GeometryConvert import GeometryConvert
from .Heatmap import Heatmap
Expand Down Expand Up @@ -112,7 +111,6 @@ def getAlgs(self):
EliminateSelection(),
ExecuteSQL(),
ExportGeometryInfo(),
FieldsCalculator(),
FieldsPyculator(),
FindProjection(),
GeometryConvert(),
Expand Down

0 comments on commit 3bea2e7

Please sign in to comment.