You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/en/recreation.rst
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ Running the Model
139
139
140
140
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:
141
141
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`).
143
143
#. 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`).
144
144
#. 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`).
145
145
@@ -174,15 +174,16 @@ Model Outputs
174
174
175
175
+ **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.
176
176
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:
178
178
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
-
181
179
+ **pr_PUD**: the proportion of the sum of PUD_YR_AVG across all features
182
180
183
181
+ **pr_TUD**: the proportion of the sum of TUD_YR_AVG across all features
184
182
185
183
+ **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
+
186
187
187
188
+ **regression_summary.txt** (output if Compute Regression is selected):
0 commit comments