icartt
ICARTT Profile Reader. Deprecated wrapper — use monetio.load('icartt', ...) instead.
add_data(filename, **kwargs)
Open an ICARTT file and return an xarray Dataset.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
filename
|
str
|
Path to the ICARTT file. |
required |
**kwargs
|
dict
|
Additional arguments forwarded to |
{}
|
Returns:
| Type | Description |
|---|---|
Dataset
|
|
Source code in monetio/profile/icartt.py
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | |