swot_simulator.plugins.data_handler.NetcdfLoader._walk_netcdf#

NetcdfLoader._walk_netcdf(path: str) ndarray[source]#

Browse the NetCDF grids in the directory to create the time series constituted by these files (a file contains a time step).

Parameters

path (str) – Folder containing the netcdf files

Returns

Time series of the netcdf files.

Return type

numpy.ndarray