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
Next revision Both sides next revision
tutorial:using_the_concept_of_region [2013/07/26 17:04]
juliana
tutorial:using_the_concept_of_region [2013/07/26 17:10]
juliana
Line 28: Line 28:
 //Region Manager// manages the regionalization process, while //For Each Category// replaces the [[:​repeat|Repeat]] making the model iterate for each category present in the categorical map used to define the regions, in this case the map of the Brazilian Amazon states. //Region Manager// manages the regionalization process, while //For Each Category// replaces the [[:​repeat|Repeat]] making the model iterate for each category present in the categorical map used to define the regions, in this case the map of the Brazilian Amazon states.
  
-<​note ​tip>**TIP**: ​While Repeat iterates sequentially,​ For Each Category iterates according to the map categories, which do not need to be sequential.</​note>​+<​note>​While Repeat iterates sequentially,​ For Each Category iterates according to the map categories, which do not need to be sequential.</​note>​
  
 Now select all functors, except the input and output maps, and place them within //For Each Category//.  Now select all functors, except the input and output maps, and place them within //For Each Category//.
Line 38: Line 38:
 {{ :​tutorial:​region6.jpg |}}\\ {{ :​tutorial:​region6.jpg |}}\\
 \\ \\
-Note that there are two //Number Map// functors disconnected within //Calculate Map//. You do not need the Map # 2 and Value # 1 anymore, so delete them. Now connect //​Regionalize Map// to Map # 1. Open the Table functor and change the file name to “remaining_forest_extent_per_state”. Make sure it will be saved into folder Region_Lesson.\\ {{ :​tutorial:​region7.jpg |}}\\+Note that there are two //Number Map// functors disconnected within //Calculate Map//. You do not need the Map # 2 and Value # 1 anymore, so delete them. Now connect //​Regionalize Map// to Map # 1. Open the Table functor and change the file name to “remaining_forest_extent_per_state”. Make sure it will be saved into folder Region_Lesson.\\ 
 +\\ 
 +{{ :​tutorial:​region7.jpg |}}\\
 \\ \\
 \\ \\
Line 51: Line 53:
 \\ \\
 Observe that you did not need to segregate the information per state in //Calculate Map// because //​Regionalize Map// already did it. Observe that you did not need to segregate the information per state in //Calculate Map// because //​Regionalize Map// already did it.
-<​note ​tip**TIP**: the region approach is a helpful way to break the map into several subsets either to customize a submodel, for example to run with different parameters per country, state or county, or to optimize the memory usage as the model does not need to handle all the map cells for a specific calculation or processing, but only the cells selected from a region per time</​note>​\\ +  
 +<​note>​The region approach is a helpful way to break the map into several subsets either to customize a submodel, for example to run with different parameters per country, state or county, or to optimize the memory usage as the model does not need to handle all the map cells for a specific calculation or processing, but only the cells selected from a region per time</​note>​
 \\ \\
 __Now let’s move on to more advanced spatial analyses.__ __Now let’s move on to more advanced spatial analyses.__