Skip to content

Commit

Permalink
Translate qgis::fieldcalculator to C++ (simplistic UI)
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Sep 11, 2020
1 parent a51c201 commit d32369f
Show file tree
Hide file tree
Showing 11 changed files with 331 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 d32369f

Please sign in to comment.