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
Hi @ColinFay, wow! I was not aware that sf::read_sf() could consume GPX files. I think that this is awesome and would make process_data() a lot cleaner and easier to maintain. How about a PR? :) Thanks, Andrew.
Hey,
I was reading the code from
process_data()
and was wondering why this function was not relying onsf::read_sf()
?As far as I can tell it gives a more straightforward interface and should be more reliable:
The text was updated successfully, but these errors were encountered: