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
I think the solution here is, whenever a 'NA' / empty ID is found, it sends it down to the next level geometry. So multipolygon goes to polygon, polygon goes to linestring etc.
I think the solution here is, whenever a 'NA' / empty ID is found, it sends it down to the next level geometry. So multipolygon goes to polygon, polygon goes to linestring etc.
And you'd call
to_sf()
on this, rather than the specificsf_polygon()
calls.The text was updated successfully, but these errors were encountered: