How to modify evaporation factor from trees to forests: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
mNo edit summary
Line 15: Line 15:
===Notes===
===Notes===
* To do this en-masse for constructions with a tree-line function, consider modifying the [[function values]] of the relevant functions instead. Note that this may mean you will want to perform the opposite operations on individual trees where appropriate.
* To do this en-masse for constructions with a tree-line function, consider modifying the [[function values]] of the relevant functions instead. Note that this may mean you will want to perform the opposite operations on individual trees where appropriate.
* If you have a [[GeoJSON]] file with data on tree density, you can combine that file with a GeoJSON file containing exported constructions from your project. You can use that information to calculate a new evaporation factor for all tree-like functions, and then [[geo import|import]] that data into your project again as update for your existing constructions.
* If you have a [[GeoJSON]] file with data on tree density, you can combine that file with a GeoJSON file containing exported constructions from your project. You can use that information to calculate a new evaporation factor for all tree-like functions, and then [[Geo_Data#Import_Geo_data|import]] that data into your project again as update for your existing constructions.

Revision as of 14:02, 14 June 2019

Default values for the evaporation factor of trees are set to a value consistent with the placement of individual trees. This means that if an individual tree is loaded in as a singular polygon, their evaporation factor is set properly. However, when an entire forest is loaded in, the entire forest is loaded in as a singular polygon. Where a polygon representing an individual tree may have about 1m² of polygon per tree, a forest may have closer to 30m² or 40m² per tree. This means the evaporation factor would also be multiplied with a greater surface area, and the resulting evaporation would be a similar factor too great. To correct this, you can take the following steps.

Editor → Current Situation (Ribbon tab) → Buildings (Ribbon bar) → The Building to edit (Left panel)
How to change the evaporation factor for forests:
  1. Determine the forest (or larger group of trees) for which the evaporation factor should be changed.
  2. Determine the ratio of surface area to amount of trees, for example by dividing the area of the forest by the amount of trees in the forest.
  3. Select the building which represents the forest in the editor.
  4. Go to the "Details" tab.
  5. Find the "Water evaporation" function value.
  6. Divide the "Water evaporation" value by the rato determined earlier, to get a new, lower evaporation factor
  7. Enter that new factor as the "Water evaporation" function value for this forest

Notes

  • To do this en-masse for constructions with a tree-line function, consider modifying the function values of the relevant functions instead. Note that this may mean you will want to perform the opposite operations on individual trees where appropriate.
  • If you have a GeoJSON file with data on tree density, you can combine that file with a GeoJSON file containing exported constructions from your project. You can use that information to calculate a new evaporation factor for all tree-like functions, and then import that data into your project again as update for your existing constructions.