You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use of quosures is beyond my tidyverse skill or I'd PR a fix. You need to use sf::st_geometry() to operate on the geometry list column directly or lookup the name with attr(x, "sf_column").
This works great - I'm going to fix the "geometry" column bug next week - an oversight that just didn't occur to me since our columns are always named "geometery"!
Thanks for keeping me in the loop with this @dblodgett-usgs.
See here: https://github.com/slu-openGIS/areal/blob/master/R/aw_intersect.R#L103
The use of quosures is beyond my tidyverse skill or I'd PR a fix. You need to use sf::st_geometry() to operate on the geometry list column directly or lookup the name with attr(x, "sf_column").
The text was updated successfully, but these errors were encountered: