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:05]
juliana
tutorial:using_the_concept_of_region [2013/07/29 13:47]
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 53: 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.__
- + 
 +[[tutorial:​calculating_accumulated_cost_surface_and_least-cost_pathway| Next Lesson]]