Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
using_different_parameters_for_patcher_and_expander_based_on_the_current_sub-region_year [2017/02/24 03:14]
hermann
using_different_parameters_for_patcher_and_expander_based_on_the_current_sub-region_year [2017/02/24 03:15]
hermann [Using different parameters for Patcher and Expander based on the current sub-region AND year]
Line 49: Line 49:
 The first step is adding a new column to our table. This column will represent the current year. The first step is adding a new column to our table. This column will represent the current year.
  
-<​code>​ 
 ^ Year* ^ From* ^ To* ^ Mean_Patch_Size ^ Patch_Size_Variance ^ Patch_Isometry ^ ^ Year* ^ From* ^ To* ^ Mean_Patch_Size ^ Patch_Size_Variance ^ Patch_Isometry ^
 | 1 | 1 | 3 | 50 | 10 | 1 | | 1 | 1 | 3 | 50 | 10 | 1 |
 | 1 | 2 | 1 | 10 | 5 | 1.5 |  | 1 | 2 | 1 | 10 | 5 | 1.5 | 
 | 1 | 2 | 6 | 20 | 0 | 2 |  | 1 | 2 | 6 | 20 | 0 | 2 | 
-</​code>​ 
  
 Now we can just add transition parameters corresponding to the following years. Now we can just add transition parameters corresponding to the following years.
Line 94: Line 92:
 | 3 | 2 | 6 | 10 | 3 | 2 |  | 3 | 2 | 6 | 10 | 3 | 2 | 
  
 +Here is the corresponding CSV file:
 +
 +<​code>​
 Year*, From*, To*, Mean_Patch_Size,​ Patch_Size_Variance,​ Patch_Isometry, ​ Year*, From*, To*, Mean_Patch_Size,​ Patch_Size_Variance,​ Patch_Isometry, ​
 1, 1, 3, 50, 10, 1,  1, 1, 3, 50, 10, 1, 
Line 101: Line 102:
 3, 2, 1, 20, 3, 1.5,  3, 2, 1, 20, 3, 1.5, 
 3, 2, 6, 10, 3, 2,  3, 2, 6, 10, 3, 2, 
 +</​code>​
  
 The model ??? contains the changes to use tables instead of SelectXXXX. The model ??? contains the changes to use tables instead of SelectXXXX.