get_gap_pos unused variables / unecessary calculations
gdf$dt, gdf$dlon, gdf$dlat do not appear to be used. Can these be dropped?
gdf$date is already POSIXct when function called, this statement should not be needed.
gdf$dt, gdf$dlon, gdf$dlat do not appear to be used. Can these be dropped?
gdf$date is already POSIXct when function called, this statement should not be needed.