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
Currently, show_data() puts all deployments of the same hydrophone in the same row, assigning them an identical UTM zone.
However, successive deployments may be in different locations, which means that I need to implement the all_same_loc() function to create multiple rows for the hydrophones that move into a different zone.
The text was updated successfully, but these errors were encountered:
Currently,
show_data()
puts all deployments of the same hydrophone in the same row, assigning them an identical UTM zone.However, successive deployments may be in different locations, which means that I need to implement the
all_same_loc()
function to create multiple rows for the hydrophones that move into a different zone.The text was updated successfully, but these errors were encountered: