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 read_* functions now bring in data as a tibble (because of bfee48b). However, the reindexing in geos_op2_df means st_intersection.sf still returns an ordinary data.frame. st_sym_difference and st_difference are the same; all three depend on geos_op2_df.
Footnote: data.table sf objects, when they get implemented, will probably also need special treatment here, since both tibble and data.table change the definition of [.. cc @rafapereirabr
The text was updated successfully, but these errors were encountered:
The
read_*
functions now bring in data as a tibble (because of bfee48b). However, the reindexing ingeos_op2_df
meansst_intersection.sf
still returns an ordinarydata.frame
.st_sym_difference
andst_difference
are the same; all three depend ongeos_op2_df
.Ref: #404
Footnote: data.table sf objects, when they get implemented, will probably also need special treatment here, since both tibble and data.table change the definition of
[.
. cc @rafapereirabrThe text was updated successfully, but these errors were encountered: