TerraME/terrame

fill distance to polygons - TBD

Opened this issue · 2 comments

Implement a new strategy to distance to polygons that consider the distance to the closest part of the polygon, instead of to its centroid.

@pedro-andrade-inpe
could it be a parameter on distance operation in fill, e.g. centroid = true?

Yes, but we need to check if this could not have a bad interpretation in other strategies. Please check that.