poissonconsulting / fwatlasbc

A R package to get data from the Freshwater Atlas of British Columbia
https://poissonconsulting.github.io/fwatlasbc/
Other
9 stars 0 forks source link

add fwa_add_area_to_stream_network() and fwa_add_area_to_rms() #47

Closed joethorley closed 2 years ago

joethorley commented 2 years ago

basically take polygon typically watershed area and use to split stream network and flat tibble rms

actually much simpler in case of latter as point based - a little more challenging for stream network as may intersect some segments requiring them to be broken in two.

related to

joethorley commented 2 years ago

done as fwa_add_intersection_to_geometry which