Initialize object from a netcdf file.
Expects that the file will have groups, each of which can be loaded by xarray. By default, the datasets of the InferenceData object will be lazily loaded instead of being loaded into memory. This behaviour is regulated by the value of az.rcParams["data.load"]
.
str
location of netcdf file
Library used to read the netcdf file.
dict
of {str: dict
}, optional
Keyword arguments to be passed into each call of xarray.open_dataset()
. The keys of the higher level should be group names or regex matching group names, the inner dicts re passed to open_dataset
This feature is currently experimental.
False
Specifies where regex search should be used to extend the keyword arguments. This feature is currently experimental.
str
, default “/”
The group in the netCDF file where the InferenceData is stored. By default, assumes that the file only contains an InferenceData object.
InferenceData
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4