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
Many thanks for the great package. I was wondering if geometry operations were possible in geos. In particular, I wanted to do an intersection of two collection of features of different length and get a result like in st_intersection. I've been looking around the reference but haven't found a function that does the same. Am I not looking properly or this something not support by geos?
Thanks
The text was updated successfully, but these errors were encountered:
You didn't miss anything, it's not obvious! The geos package doesn't do data frame things, but it does provide you the tools to implement it (and maybe it should 🤷 ?).
Here's an example...the totally non-obvious function you're looking for is geos_inner_join_keys().
Hi,
Many thanks for the great package. I was wondering if geometry operations were possible in
geos
. In particular, I wanted to do an intersection of two collection of features of different length and get a result like inst_intersection
. I've been looking around the reference but haven't found a function that does the same. Am I not looking properly or this something not support bygeos
?Thanks
The text was updated successfully, but these errors were encountered: