LESSON 9: Working with maps and tables
The aim of this lesson is introducing the calculation of area of each source feature on Dinamica EGO to the user. For this, we will calculate the area of each category of Legal Amazon Protected Areas map in the year 2000 and calculate biomass and Carbon Dioxide content in Biomass within high priority conservation areas.
In this lesson we will use the following files:
Let's go!
Click on the Map Algebra tab from the library window, select Calc Areas, place it on the sketch and connect Load Categorical Map to it. The expression is calculated as a real value and converted to the same data cell type as of the output map.
To save the result to a file, grab and place on the sketch Save Table and connect the functor Calc Areas to it. Open Save Table, select a folder and write a suitable file name (e.g. areas_of_legal_amazon_protected_areas.csv).
What is your model doing?
It is loading “protected_areas_2000.tif” file and then calculating the area of each category of the Legal Amazon protected areas.
For the second part of this lesson we calculate the biomass and Carbon Dioxide content within it in high priority conservation areas.
Initially, we must open all the files that will be used. On the Input/Output tab from the library window, grab two Load Categorical Map and place them on the sketch. Double click each Load Categorical Map and load the Legal Amazon Conservation Priority (Guidebook_Dinamica_5/Database/Priority_areas/priority_areas.tif
) and Protected Areas maps (Guidebook_Dinamica_5/Database/Protected_areas/protected_areas_2000.tif
). Place a Load Map and open the Legal Amazon Biomass map (Guidebook_Dinamica_5/Database/biomass/biomass.tif
).
Place a Calculate Map on the sketch. Click on the hook tool to create three Number Map hook functors within Calculate Map. Assign a number to each Number Map (e.g. “1”, “2” and “3”, respectively). This is a number identifier for each map and will be represented within the equation box as i1, i2 and i3. Connect Load Map and Load Categorical Map to each Number Map.
Now, you need save the result of biomass to a file. Place a Save Map on the sketch and connect Calculate Map to it. Open Save Map, browse to a suitable folder and write the file name (e.g. biomass_high_priority_conservation_protected_areas_map.tif).
In some cases, is very useful to add a constant value to the operations in Dinamica. In the next step, we will demonstrate how to do this.
A CO2 conversion factor (3.666)
Carbon Content in Biomass (0.47).
If the table is already filled in, it replaces the old values with new values.
Congratulations, you have successfully completed this lesson!