FFSM++
1.1.0
French Forest Sector Model ++
|
Initial reclassification rules (dataset filters) More...
#include <Layers.h>
Public Attributes | |
int | inCode |
int | outCode |
double | p |
Probability that one pixel of code inCode will become of code outCode. 1 for fixed transformation. More... | |
Initial reclassification rules (dataset filters)
A structure for easy reclassification of "mixed" categories in some layers.
The reclassification can be made to both increase depth or decrease depth to the original dataset.
Eg, if in our model we don't differ between coniferous and hardwood forests, we can set all them to be "forest".
At the opposite, if our model require more detail than the map provide, e.g. irrigable arable VS dry arable, we can set the generic "arable land" of becoming "arable" or "dry" according with a regional-defined probability (getted from other sources, e.g. census data).
double p |