Open mikejohnson51 opened 2 years ago
I just updated hyRefactor and a new error is spit out on every iteration of reconcile_catchment_divides
hyRefactor
reconcile_catchment_divides
par_split_cat() on pid: 17245 catchment: 9534491 Error : [as,sf] coercion failed. You can try coercing via a Spatial* (sp) class
I think this is because fid needs to be called with !! here and when its not the filter is returning no results.
fid
!!
I will send this as a very small PR if that assumption holds.
Yeah - this does solve the issue, it a long reprex but happy to submit for validation if needed. PR incoming
I just updated
hyRefactor
and a new error is spit out on every iteration ofreconcile_catchment_divides
par_split_cat() on pid: 17245 catchment: 9534491 Error : [as,sf] coercion failed. You can try coercing via a Spatial* (sp) class
I think this is because
fid
needs to be called with!!
here and when its not the filter is returning no results.I will send this as a very small PR if that assumption holds.