Closed kadyb closed 4 years ago
Now we initialize an empty list as:
geometry = st_sfc(st_polygon(), crs = 2180)
It works but now we have to remove first empty geometry from data frame.
@kadyb is there any issues left or can I just ignore your previous question?
It works, but maybe there is a better way to do it. We can leave it as is.
@Nowosad How can I add geometries to the empty list? Currently, it doesn't work.
It is related to 75-76 and 88-89 lines.