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, It looks like that if I use decode(trip$leg$shape) , it returns a list with two columns: lat lon.
But I have to divide the results (both lat and lon) by 10, to get the right coordinates.
The text was updated successfully, but these errors were encountered:
Hi, sorry for the big delay. Thanks for flagging this.
Is this still an issue? Can you briefly describe your use case?
I've been thinking it could be useful to add a function called tidy_trip() (or something) that would take a trip object and return a "tidier" dataframe/tibble with one row per leg, possibly with nested data for leg shapes. Let me know if this might help.
Hi, It looks like that if I use decode(trip$leg$shape) , it returns a list with two columns: lat lon.
But I have to divide the results (both lat and lon) by 10, to get the right coordinates.
The text was updated successfully, but these errors were encountered: