camx
CAMx Reader. Deprecated wrapper — use monetio.load('camx', ...) instead.
open_dataset(fname, **kwargs)
Method to open CAMx files using pseudonetcdf.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
fname
|
string or list
|
fname is the path to the file or files. |
required |
**kwargs
|
dict
|
Additional arguments passed to CAMxReader.open_dataset |
{}
|
Returns:
| Type | Description |
|---|---|
DataSet
|
|
Source code in monetio/models/camx.py
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | |