1

How do I calculate perimeter of a large vector polygon (polygon set) which spans almost half the globe? I guess regular calculations do not produce accurate results in this case.

Basile
  • 3,543
  • 3
  • 21
  • 49

2 Answers2

1

In QGIS, it seems that if you have the project coordinate reference system set to an ellipsoid and not a projection, then calculating the perimeter via the field calculator will automatically use the ellipsoidal value:

enter image description here

In ArcGIS, the tool Add Geometry Attributes appears to give you an entire suite of geometrical and geographical calculations.

wfgeo
  • 3,538
  • 2
  • 24
  • 47
1

You can achieve that using web mercator projection and addGeometryAtributes form ArcGIS