xdas.DataCollection.from_netcdf# classmethod DataCollection.from_netcdf(fname, group=None)[source]# Lazily read a data collection from a NetCDF file. Parameters: fname (str) – The path of the file to open. group (str, optional) – The location of the data collection within the file. Root by default. Returns: The opened data collection. Return type: DataCollection