Subversion Repositories public iLand

Rev

Rev 671 | Rev 699 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 671 Rev 697
Line 33... Line 33...
33
#include "expressionwrapper.h"
33
#include "expressionwrapper.h"
34
#include "environment.h"
34
#include "environment.h"
35
#include "csvfile.h"
35
#include "csvfile.h"
36
#include "mapgrid.h"
36
#include "mapgrid.h"
37
37
-
 
38
/** @class StandLoader
-
 
39
    @ingroup tools
-
 
40
    loads (initializes) trees for a "stand" from various sources.
-
 
41
    StandLoader initializes trees on the landscape. It reads (usually) from text files, creates the
-
 
42
    trees and distributes the trees on the landscape (on the ResoureceUnit or on a stand defined by a grid).
-
 
43

-
 
44
    See http://iland.boku.ac.at/initialize+trees
-
 
45
  */
38
// provide a mapping between "Picus"-style and "iLand"-style species Ids
46
// provide a mapping between "Picus"-style and "iLand"-style species Ids
39
QVector<int> picusSpeciesIds = QVector<int>() << 0 << 1 << 17;
47
QVector<int> picusSpeciesIds = QVector<int>() << 0 << 1 << 17;
40
QStringList iLandSpeciesIds = QStringList() << "piab" << "piab" << "fasy";
48
QStringList iLandSpeciesIds = QStringList() << "piab" << "piab" << "fasy";
41
StandLoader::~StandLoader()
49
StandLoader::~StandLoader()
42
{
50
{