General-ProjectsByIF commited on
Commit
f344669
·
verified ·
1 Parent(s): 779450b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -12,8 +12,11 @@ The model expects the following information as inputs, for a 100x100 meter area:
12
  -Treatment variable (T) - optional: Percentage of tree canopy coverage
13
 
14
  The model can be used in two ways:
 
15
  **Method 1**: A simulation of tree coverage (in % - T1) is fed into the model, alongside the original tree coverage (in % - T0) and the rest of the confounding variables (X). The model then provides an output for each area that corresponds to the estimation of the effect on temperature for that tree coverage change.
 
16
  **Method 2**: The confounding variables (X) are fed into the model. The model then provides an output for each area that corresponds to expected temperature change per unit change (in %pt) in tree cover.
 
17
  The model was trained on raster data (satellite and orthophoto) of the city of Guatemala.
18
  The goal is to understand how increasing tree coverage could help reduce the temperature in the city.
19
 
 
12
  -Treatment variable (T) - optional: Percentage of tree canopy coverage
13
 
14
  The model can be used in two ways:
15
+
16
  **Method 1**: A simulation of tree coverage (in % - T1) is fed into the model, alongside the original tree coverage (in % - T0) and the rest of the confounding variables (X). The model then provides an output for each area that corresponds to the estimation of the effect on temperature for that tree coverage change.
17
+
18
  **Method 2**: The confounding variables (X) are fed into the model. The model then provides an output for each area that corresponds to expected temperature change per unit change (in %pt) in tree cover.
19
+
20
  The model was trained on raster data (satellite and orthophoto) of the city of Guatemala.
21
  The goal is to understand how increasing tree coverage could help reduce the temperature in the city.
22