This class gathers some xarray utility tools.
More...
|
| | __init__ (self, datafile) |
| | The constructor for the class.
|
| |
| | units (self) |
| | This method gives the units for all the variables of the dataset.
|
| |
| | values (self, latitude, longitude, window, name) |
| | This method gives filters the dataset values through a days window, at fixed coordinates (latitude, longitude).
|
| |
| | variables (self) |
| | This method gives the name of all the variables of the dataset.
|
| |
|
| | dataset |
| | The dataset containing the data.
|
| |
| | start |
| | The starting year of the dataset.
|
| |
| | stop |
| | The final year of the dataset.
|
| |
This class gathers some xarray utility tools.
More details.
◆ __init__()
| __init__ |
( |
| self, |
|
|
| datafile ) |
The constructor for the class.
- Parameters
-
| self | The object pointer. |
| datafile | The path to the netCDF dataset. |
◆ units()
This method gives the units for all the variables of the dataset.
- Parameters
-
◆ values()
| values |
( |
| self, |
|
|
| latitude, |
|
|
| longitude, |
|
|
| window, |
|
|
| name ) |
This method gives filters the dataset values through a days window, at fixed coordinates (latitude, longitude).
- Parameters
-
| self | The object pointer. |
| latitude | The fixed latitude. |
| longitude | The fixed longitude. |
| window | The days window to filter the data. |
| name | The name of the desired variable. |
◆ variables()
This method gives the name of all the variables of the dataset.
- Parameters
-
◆ dataset
The dataset containing the data.
◆ start
The starting year of the dataset.
◆ stop
The final year of the dataset.
The documentation for this class was generated from the following file: