pypam.utils.join_all_ds_output_station

pypam.utils.join_all_ds_output_station(directory_path, station, data_var_name, drop=False)[source]

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

Parameters:
directory_pathstr or Path

Where all the deployments folders are

stationstr

Name of the station to compute the spectrogram

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_totxarray DataArray

Data joined of one deployment