1

I would like to do the following:

  1. Get the area of each soilscape type

enter image description here

  1. Calculate the sum of area per boundary

I'm trying to do the following but seems the output is always "0"

enter image description here

1
  • 1
    What spatial reference is your data? It could be geographic which would make your area unmeaning. The geometries could be bad which could interfere with the area calc. Probably the best way of getting combined areas is, after individual polygons are calculated, open a copy of the DBF file (part of a shapefile, you might need to save as if not already a shapefile) in Excel (or similar) and create a pivot table. Commented Jun 28, 2017 at 2:25

1 Answer 1

2

Duplicate the layer, and perform a dissolve operation to make a polygon for every kind of soilscape How to dissolve based on attribute with QGIS

Then calculate the geometry of every polygon in a new field. Try if it works this way, maybe it is not the most elegant, but it may work for you.

2

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.