Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
using_different_parameters_for_patcher_and_expander_based_on_the_current_sub-region_year [2017/02/24 03:10]
hermann [Using different parameters for Patcher and Expander based on the current sub-region AND year]
using_different_parameters_for_patcher_and_expander_based_on_the_current_sub-region_year [2017/02/24 03:15] (current)
hermann [Using different parameters for Patcher and Expander based on the current sub-region AND year]
Line 19: Line 19:
 ====== Using different parameters for Patcher and Expander based on the current sub-region AND year ====== ====== Using different parameters for Patcher and Expander based on the current sub-region AND year ======
  
-It is possible to overcome all the limitations of SelectXXXX using tables. All parameters (except [[Map Types|maps]] and [[Categorical Map Type|categorical maps]]) can be converted to tables and from tables. And since tables can be stored as CSV files, this gives us a very effective way to reading and storing ​parameters ​from disk.+It is possible to overcome all the limitations of SelectXXXX using tables. All parameters (except [[Map Type|maps]] and [[Categorical Map Type|categorical maps]]) can be converted to tables and from tables. And since tables can be stored as CSV files, this gives us a very effective way of reading ​from and saving ​parameters ​to disk.
  
 <note tip> <note tip>
Line 92: 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 99: 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.