sloop.io.xr_open_concat

sloop.io.xr_open_concat(ncfiles)[source]

Helper to concatenate several netcdf file to a single dataset

This basically a call to xarray.open_dataset() and to xarray.concat().

Parameters

ncfiles (str, list) – Single or list of netcdf files. In the case of a string (single file), no concatenation a perform.

Return type

xarray.Dataset