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.
Asked
Active
Viewed 163 times
2 Answers
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:
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
Luis Felipe Fragoso
- 63
- 7
