pypam.utils.join_all_ds_output_deployment

pypam.utils.join_all_ds_output_deployment(deployment_path, data_var_name, drop=False)[source]

Return a DataArray by joining the data you selected from all the output ds for one deployment

Parameters:
deployment_pathstr or Path

Where all the netCDF files of a deployment are stored

data_var_namestr

Name of the data that you want to keep for joining ds

dropboolean

Set to True if you want to drop other coords

Returns:
da_totDataArray

Data joined of one deployment