Skip to content

Commit d332168

Browse files
committed
update interpreting results section of Rec chapter.
1 parent 7d83c5b commit d332168

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

source/en/recreation.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Running the Model
139139

140140
The model uses an interface to input all required and optional data (see :ref:`rec-data-needs`). The AOI is sent to a server managed by the Natural Capital Project, where PUD and TUD computations are performed. Consequently, this model requires a connection to the internet. The model may be run with three configurations:
141141

142-
#. Get a map of visitation rates in your Area of Interest. Provide a "Workspace" and "Area of Interest", do not check "Compute Regression". Results include "pud_results.gpkg" and "tud_results.gpkg" (:ref:`rec-interpreting-results`).
142+
#. Get a map of visitation rates in your Area of Interest. Provide a "Workspace" and "Area of Interest", do not check "Compute Regression". Results include "pud_results.gpkg", "tud_results.gpkg", and "regression_data.gpkg" (:ref:`rec-interpreting-results`).
143143
#. Get a map of visitation rates and compute a regression with one set of predictors. Provide a "Workspace" and "Area of Interest", check "Compute Regression" and provide "Predictors Table" :ref:`rec-data-needs`. Additional results include "regression_data.gpkg", "regression_coefficients.csv" and "regression_summary.txt" (:ref:`rec-interpreting-results`).
144144
#. Estimate visitation rates for a Scenario. Provide a "Workspace" and "Area of Interest", check "Compute Regression" and provide "Predictors Table" and "Scenario Predictors Table" (:ref:`rec-data-needs`). Additional results include "scenario_results.gpkg" (:ref:`rec-interpreting-results`).
145145

@@ -174,15 +174,16 @@ Model Outputs
174174

175175
+ **TUD_monthly_table.csv**: See the description of **PUD_monthly_table.csv**, but instead of photo-user-days, this file contains counts of twitter-user-days.
176176

177-
+ **regression_data.gpkg** (output if Compute Regression is selected): AOI polygons with all the variables needed to compute a regression, including predictor attributes and the user-days response variable. The fields include:
177+
+ **regression_data.gpkg**: AOI polygons with all the variables needed to compute a regression, including predictor attributes and the user-days response variable. The fields include:
178178

179-
+ One field for each predictor given in the Predictor Table. The values of those fields are the metric calculated per response feature (:ref:`rec-data-needs`: Predictor Table).
180-
181179
+ **pr_PUD**: the proportion of the sum of PUD_YR_AVG across all features
182180

183181
+ **pr_TUD**: the proportion of the sum of TUD_YR_AVG across all features
184182

185183
+ **avg_pr_UD**: average of pr_TUD and pr_TUD. This variable is logit-transformed and then used as the response variable in the regression model.
184+
185+
+ If Compute Regression is selected, one field for each predictor given in the Predictor Table. The values of those fields are the metric calculated per response feature (:ref:`rec-data-needs`: Predictor Table).
186+
186187

187188
+ **regression_summary.txt** (output if Compute Regression is selected):
188189

0 commit comments

Comments
 (0)