forBiomass Class Reference

class for packages.python.forBiomass More...

+ Inheritance diagram for forBiomass:

Public Member Functions

def __init__ (self, **kwargs)
 
def __setattr__ (self, name, value)
 
def __repr__ (self)
 
def run (self)
 

Public Attributes

 configFile
 
 generate
 
 sampleSize
 

Static Public Attributes

list attrs = ['configFile', 'generate', 'sampleSize']
 
list readonly_attrs = []
 

Detailed Description

class for packages.python.forBiomass

see Python script forBiomass for further details

Parameters
configFile: config file including settings
remark : mandatory
generate: writes config file if enabled
remark : optional
If enabled an empty config file is written to the given filename as defined by the parameter configFile parameter.
sampleSize: sample size for cross-validation
remark : optional
Take the given number of random sample from all plots and uses that sample for validation. The plots of this sample are NOT used for calibration. Sample size needs to be smaller than nr. of polygons in the shapefile. Overrides the plot list defined in the config file.