If I load a polygon layer and make a new column, how do I fill that column with the 1) area of each polygon and another column with 2) the length of the perimeter of each polygon?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
Open field calculator, select the new column and type the following expression
Make sure your layer is in a projected coordinate system (not lat/long ) and in correct units. ( i.e. if your layer's projection has 'meters' as units, your area will be square meters ) |
|||||||
|
|
You also can use fTools: Vector menu -> Geometry Tools -> Export/Add geometry columns It updates your layer automatically by adding AREA and PERIMETER columns. |
|||
|
|
