Skip to content

Commit 24514ad

Browse files
layout
1 parent fb0265e commit 24514ad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,8 @@ GreenExp::greenspace_access(df_point_access, buffer_distance = 300, euclidean=F)
302302
In this example, the accessibility function considers network distance to the pseudo entrances of the greenspaces. The pseudo entrances are created by buffering the greenspace polygons and intersecting them with the network nodes. The function calculates the network distance from the address location to the nearest pseudo entrance point. The figure below presents an example in Amsterdam, where the parks are shown as green polygons. The blue lines indicate the euclidean distance from the address location to the nearest park centroid. The park centroids are depicted as black points, and the address location is represented by a red point. Additionally, you may observe multiple pseudo entrances within the parks, as roads passing through the parks can also serve as potential entrance points.
303303

304304
```r
305-
GreenExp::greenspace_access(df_point_access, buffer_distance=300, euclidean = F, pseudo_entrance = T)
305+
GreenExp::greenspace_access(df_point_access, buffer_distance=300,
306+
euclidean = F, pseudo_entrance = T)
306307

307308
# Simple feature collection with 1 feature and 3 fields
308309
# Geometry type: POINT

0 commit comments

Comments
 (0)