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
Right now there is a source_Sv_path variable created within add_splitbeam_angle, which is then used in the add_angle_to_ds function to add the newly computed angle variables to an existing dataset. Wouldn't the way to add new variables be the same for either an xr.Dataset object in memory or lazy-loaded from a path?
Right now there is a
source_Sv_path
variable created withinadd_splitbeam_angle
, which is then used in theadd_angle_to_ds
function to add the newly computed angle variables to an existing dataset. Wouldn't the way to add new variables be the same for either an xr.Dataset object in memory or lazy-loaded from a path?This was originally from #1216 (review)
The text was updated successfully, but these errors were encountered: