Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upaw_area assumes geometry column is named "geometry" #14
Comments
|
Side note, now that I have this handled over in I implemented a little cross-validation with an old java-based system that we use a lot. See the bottom here: https://dblodgett-usgs.github.io/intersectr/dev/articles/prism_demo.html for records of that cross validation. |
|
This works great - I'm going to fix the Thanks for keeping me in the loop with this @dblodgett-usgs. |
|
This is now fixed - thanks @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").