ATMI - Atmospheric Impact Simulation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
data Class Reference

This class gathers some xarray utility tools. More...

Public Member Functions

 __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.
 

Public Attributes

 dataset
 The dataset containing the data.
 
 start
 The starting year of the dataset.
 
 stop
 The final year of the dataset.
 

Detailed Description

This class gathers some xarray utility tools.

More details.

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
datafile )

The constructor for the class.

Parameters
selfThe object pointer.
datafileThe path to the netCDF dataset.

Member Function Documentation

◆ units()

units ( self)

This method gives the units for all the variables of the dataset.

Parameters
selfThe object pointer.

◆ values()

values ( self,
latitude,
longitude,
window,
name )

This method gives filters the dataset values through a days window, at fixed coordinates (latitude, longitude).

Parameters
selfThe object pointer.
latitudeThe fixed latitude.
longitudeThe fixed longitude.
windowThe days window to filter the data.
nameThe name of the desired variable.

◆ variables()

variables ( self)

This method gives the name of all the variables of the dataset.

Parameters
selfThe object pointer.

Member Data Documentation

◆ dataset

dataset

The dataset containing the data.

◆ start

start

The starting year of the dataset.

◆ stop

stop

The final year of the dataset.


The documentation for this class was generated from the following file: