pydune.data_processing.load_netcdf#

load_netcdf(files_list)[source]#

This function loads and concatenate (along the time axis) several NETCDF files from a list of filenames.

Parameters:

files_list (list) – the list of downloaded file names.

Returns:

data – a dictionnary containing all data, concatenated along the time axis.

Return type:

dict

Examples using pydune.data_processing.load_netcdf#

From wind data to sand fluxes and dune orientations

From wind data to sand fluxes and dune orientations