pydune.data_processing.load_netcdf#

load_netcdf(files_list)[source]#

Load and concatenate (along the time axis) several NetCDF files.

Parameters:

files_list (list of str) – List of NetCDF file paths to load.

Returns:

data – Dictionary containing all variables, 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