TerraME / terrame

TerraME is a programming environment for spatial dynamical modelling
www.terrame.org
GNU Lesser General Public License v3.0
35 stars 13 forks source link

fill distance to polygons - TBD #2365

Open pedro-andrade-inpe opened 3 years ago

pedro-andrade-inpe commented 3 years ago

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

avancinirodrigo commented 3 years ago

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

pedro-andrade-inpe commented 3 years ago

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