TerraME / terrame

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

Allow removing cells from the border according to the intersection area #2251

Open pedro-andrade-inpe opened 6 years ago

pedro-andrade-inpe commented 6 years ago

When creating a cellularspace, allow cells in the border to be removed according to the intersection area compared to the total area of the cell. Add a new argument minArea, to select the minimum area to add a cell that belongs to the border. This argument sould range from 0 (all cells are included) to 1 (all cells in the border are removed).