-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Thanks for this cool package! I currently have a use case where I get given a long vector of polylines, and I'm wondering whether it makes sense to have one of:
- A version or option for
decodethat produces ansfobject instead of requiring the user to convert the list of dataframes themselves. - A constructor for
sfencodedthat does the work of creating an encoded column and sets class so thatpolyline_wkt %>% st_as_sfcan be used.
Both of these are certainly convenience functions. I can try a PR in the next few days once I read over the code a bit also.