inbo / fistools

Repo containing widely used data & functions of the FIS team
https://inbo.github.io/fistools/
Other
1 stars 0 forks source link

49 bug calculate polygon centroid should return xy as well #50

Closed SanderDevisscher closed 4 months ago

SanderDevisscher commented 4 months ago

function now returns centroidX & centroidY when crs of input is not WGS 84. Otherwise only centroidLatitude & centroidLongitude are returned.

fixes #49