delineate_riverspace | R Documentation |
Delineate the space surrounding a river
delineate_riverspace(
river,
occluders = NULL,
density = 1/50,
ray_num = 40,
ray_length = 100
)
river |
List with river surface and centerline |
occluders |
Geometry of occluders |
density |
Density of viewpoints |
ray_num |
Number of rays |
ray_length |
Length of rays in meters |
Polygon geometry with the riverspace
## Not run:
bucharest_osm <- get_osm_example_data()
delineate_riverspace(bucharest_osm$river_surface, bucharest_osm$buildings)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.