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

default value in Layer:fill #1097

Closed pedro-andrade-inpe closed 8 years ago

pedro-andrade-inpe commented 8 years ago

In Layer:fill, whenever it is not possible to compute an attribute value for a given object, a default value should be used. For example, when there is no polygon within a given cell (excluding its dummy values #1095), the default value must be used. It could be zero as default, but the user might have the option to choose a different value.

pedro-andrade-inpe commented 8 years ago

890.

avancinirodrigo commented 8 years ago

@pedro-andrade-inpe, in terralib:attributefill() the user can set the default value.

pedro-andrade-inpe commented 8 years ago

This issue was already implemented and tested.