Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
concept_of_region [2020/02/17 23:27]
argemiro created
concept_of_region [2020/02/18 10:46]
argemiro
Line 1: Line 1:
 +{{ :​logo_logo.png?​400 |}}
 +\\
 ===== Using the concept of region ​ ===== ===== Using the concept of region ​ =====
  
Line 11: Line 13:
 {{ :​tutorial:​region1.jpg|}}\\ {{ :​tutorial:​region1.jpg|}}\\
 \\ \\
-An alternate way to solve the exercise of the previous lesson is by means of Region. ​This subset of functors permits division of a map into several regional maps, which can be input for separate models or submodels, whose parameters are customized for each map’s region. Let’s adapt the previous ​model to use the concept of regions. First open the Region Tab in the library window.\\+This subset of functors permits division of a map into several regional maps, which can be input for separate models or submodels, whose parameters are customized for each map’s region. Let’s adapt the model ''​Calc_forest_remaining_per_state''​ (LINK) ​to use the concept of regions. First open the Region Tab in the library window.\\
 \\ \\
 \\ \\
 \\ \\
-These functors can be combined to produce regional maps and submodels, as well as to merge the regional maps into a single map after a processing is performed. In this lesson you will learn how to retrieve the area of the remaining forest for each state; as a result each regional map will correspond to a state area. Open the model completed in the previous lesson. Select the functors within the container //​[[:​Repeat]]//​ with the Hand tool and then drag them out of //​[[:​Repeat]]//​.\\+These functors can be combined to produce regional maps and submodels, as well as to merge the regional maps into a single map after a processing is performed. In this lesson you will learn how to retrieve the area of the remaining forest for each state; as a result each regional map will correspond to a state area. Open the model the model ''​Calc_forest_remaining_per_state''​. Select the functors within the container //​[[:​Repeat]]//​ with the Hand tool and then drag them out of //​[[:​Repeat]]//​.\\
 \\ \\
  ​{{:​tutorial:​inc._it._model_17.jpg|}}{{:​tutorial:​region2.jpg|}}  ​{{:​tutorial:​inc._it._model_17.jpg|}}{{:​tutorial:​region2.jpg|}}
Line 48: Line 50:
 {{ :​tutorial:​region5.jpg |}}\\ {{ :​tutorial:​region5.jpg |}}\\
 \\ \\
-Finally save the model as a new file ''​my_calc_forest_remaining_per_state_using_subregions.xml''​ into folder ​Region_Lesson ​and run it.\\ +Finally save the model as a new file ''​my_calc_forest_remaining_per_state_using_subregions.xml''​ into folder ​LINK (using_concept_of_region) ​and run it.\\ 
 \\ \\
 Compare this model’s output with the result from the previous lesson. Do they match? Can you explain how this model works?\\ Compare this model’s output with the result from the previous lesson. Do they match? Can you explain how this model works?\\
Line 56: Line 58:
 <​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>​ <​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.__+\\ 
 +===Congratulations,​ you have successfully completed this lesson!=== 
 +\\ 
 +☞[[multiple_criteria|Next Lesson]] 
 +\\ 
 +☞[[:​guidebook_start| Back to Guidebook Start]]
  
-[[tutorial:​calculating_accumulated_cost_surface_and_least-cost_pathway| Next Lesson]]