opengeodata.de

QGIS FieldPyculator - Area

2015-01-20

As QGIS 2.6 has a strange bug when it comes to the field calculator and certain PostGIS-Layers, I got used to a plugin named FieldPyculator. The plugin has slightly different, python-esque syntax which leads me to noting how to calculate an integer area for a geometry object.

value =  int($geom.area())