From 3c1a547f7b28bbb4e7cf602f9ab36632da631169 Mon Sep 17 00:00:00 2001 From: Jonathan Slason Date: Tue, 30 Jan 2024 15:44:55 -0500 Subject: [PATCH] Update SLD link --- user_guide/06-verspm.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user_guide/06-verspm.Rmd b/user_guide/06-verspm.Rmd index 04dcb4a..96c268a 100644 --- a/user_guide/06-verspm.Rmd +++ b/user_guide/06-verspm.Rmd @@ -591,7 +591,7 @@ For more information see [here](https://github.com/visioneval/VisionEval/blob/ma ### Calculate4DMeasures {#verspm-calculate4dmeasures} -This module calculates several so-called '4D' measures by `Bzone` including density, diversity (i.e. mixing of land uses), transportation network design, and destination accessibility, i.e., the four 'Ds' of density, diversity, design, and destination accessibility. These measures are the same as or are similar to measures included in the EPA's [Smart Location Database](https://www.epa.gov/smartgrowth/smart-location-database-technical-documentation-and-user-guide) +This module calculates several so-called '4D' measures by `Bzone` including density, diversity (i.e. mixing of land uses), transportation network design, and destination accessibility, i.e., the four 'Ds' of density, diversity, design, and destination accessibility. These measures are the same as or are similar to measures included in the EPA's [Smart Location Database](https://www.epa.gov/smartgrowth/smart-location-mapping) #### User Input Files {-} @@ -616,7 +616,7 @@ table <- data.frame( ##### Network density (bzone_network_design.csv) {-} -This file contains values for `D3bpo4`, a measure for intersection density determined by the number of pedestrian-oriented intersections having four or more legs per square mile. The data to inform this input can be sourced from the EPA's [Smart Location Database](https://www.epa.gov/smartgrowth/smart-location-database-technical-documentation-and-user-guide). +This file contains values for `D3bpo4`, a measure for intersection density determined by the number of pedestrian-oriented intersections having four or more legs per square mile. The data to inform this input can be sourced from the EPA's [Smart Location Database](https://www.epa.gov/smartgrowth/smart-location-mapping). Here is a snapshot of the file: ```{r}