Difference between revisions of "Regional Framework Design"

From Heureka Wiki
Jump to navigation Jump to search
Line 61: Line 61:
 
== Forest Domains ==
 
== Forest Domains ==
  
 +
=== How it should work ===
 +
A <tt>ForestDomain</tt> is a classification of treatment units. Each forest domain has two properties that are of interest for the regional framework:
 +
 +
;ChangeForestDomainAllowed:Can treatment units assigned to the domain be moved to other domains
 +
;ChangeMaturityClass:At which maturity class can the change be done
 +
 +
A <tt>ControlCategory</tt> specifies how treatments are applied, e.g. a kind of management system. Each control category has the following property of interest here:
 +
 +
;TargetArea: Percentage of the total area being analyzed that should be allocated to the control category
 +
 +
Each <tt>ForestDomain</tt> is connected to one or more <tt>ControlCategories</tt>. The same <tt>ControlCategory</tt> may be connected to more than one domain.
 +
 +
In the regional framework, it is evaluated for each period which treatment units belongs to which control category.
 +
 +
For example:
 +
 +
Say that there are three control categories:
 +
 +
* Intensive management (10%)
 +
* Continous management (20%)
 +
* Even Aged Management (100%)
 +
 +
And three forest domains, assigned to categories:
 +
 +
;Oak Forest: Continous Management , Even Aged Management
 +
;Spruce Forest: Intensive Management, Even Aged Management
 +
;Other Forest: Intensive Management, Continous Management, Even Aged Management
 +
 +
The regional framework will do as follows:
 +
 +
# If possible, allocated oak forest to continous management
 +
# If the area of the oak forest is more than 10%, use even aged management for oak forest
 +
# Similarly try to assign spruce forest to intensive management
 +
# For other forest, use intensive management if possible (there was not enough spruce forest), if not try with continous management, if that not works even aged management will have to do
 +
 +
=== Implementation ===
  
 
Vid tilldelning av kategori till en åtgärdsenhet sker följande:
 
Vid tilldelning av kategori till en åtgärdsenhet sker följande:

Revision as of 18:07, 20 May 2010