|
def | __init__ (self) |
|
def | writeToMetadata (self, context) |
| Write ClimatePointStation data to climate point section of metadata for a given project directory. More...
|
|
def | readFromMetadata (cls, context, fqId) |
| Read ClimatePointStation data from climate point section of metadata for a given project directory. More...
|
|
def | __init__ (self) |
|
def | writeToMetadata (self, context) |
| Write ClimatePointStation data to climate point section of metadata for a given project directory. More...
|
|
def | readFromMetadata (cls, context, fqId) |
| Read ClimatePointStation data from climate point section of metadata for a given project directory. More...
|
|
def | writeToMetadata (self, context) |
| Write structured entity to metadata store for a given project directory. More...
|
|
def | readFromMetadata (cls, context, fqId) |
| Read structured entity from metadata store for a given project directory. More...
|
|
def | writeToMetadata (self, context) |
| Write structured entity to metadata store for a given project directory. More...
|
|
def | readFromMetadata (cls, context, fqId) |
| Read structured entity from metadata store for a given project directory. More...
|
|
def ecohydrolib.metadata.ClimatePointStation.__init__ |
( |
|
self | ) |
|
def ecohydrolib.metadata.ClimatePointStation.__init__ |
( |
|
self | ) |
|
def ecohydrolib.metadata.ClimatePointStation.readFromMetadata |
( |
|
cls, |
|
|
|
context, |
|
|
|
fqId |
|
) |
| |
Read ClimatePointStation data from climate point section of metadata for a given project directory.
- Parameters
-
context | Context object containing projectDir, the path of the project whose metadata store is to be read from |
fqId | String representing the fully qualified station ID: <type>_<id> |
- Returns
- A new ClimatePointStation instance with data populated from metadata
KeyError if required field is not in metadata
def ecohydrolib.metadata.ClimatePointStation.readFromMetadata |
( |
|
cls, |
|
|
|
context, |
|
|
|
fqId |
|
) |
| |
Read ClimatePointStation data from climate point section of metadata for a given project directory.
- Parameters
-
context | Context object containing projectDir, the path of the project whose metadata store is to be read from |
fqId | String representing the fully qualified station ID: <type>_<id> |
- Returns
- A new ClimatePointStation instance with data populated from metadata
KeyError if required field is not in metadata
def ecohydrolib.metadata.ClimatePointStation.writeToMetadata |
( |
|
self, |
|
|
|
context |
|
) |
| |
Write ClimatePointStation data to climate point section of metadata for a given project directory.
- Parameters
-
context | Context object containing projectDir, the path of the project whose metadata store is to be written to |
def ecohydrolib.metadata.ClimatePointStation.writeToMetadata |
( |
|
self, |
|
|
|
context |
|
) |
| |
Write ClimatePointStation data to climate point section of metadata for a given project directory.
- Parameters
-
context | Context object containing projectDir, the path of the project whose metadata store is to be written to |
ecohydrolib.metadata.ClimatePointStation.data |
ecohydrolib.metadata.ClimatePointStation.elevation |
ecohydrolib.metadata.ClimatePointStation.endDate |
ecohydrolib.metadata.ClimatePointStation.id |
ecohydrolib.metadata.ClimatePointStation.latitude |
ecohydrolib.metadata.ClimatePointStation.longitude |
ecohydrolib.metadata.ClimatePointStation.name |
ecohydrolib.metadata.ClimatePointStation.startDate |
ecohydrolib.metadata.ClimatePointStation.type |
string ecohydrolib.metadata.ClimatePointStation.VAR_PAR = 'par' |
|
static |
string ecohydrolib.metadata.ClimatePointStation.VAR_PRECIP = 'prcp' |
|
static |
string ecohydrolib.metadata.ClimatePointStation.VAR_RH = 'rh' |
|
static |
string ecohydrolib.metadata.ClimatePointStation.VAR_SNOW = 'snow' |
|
static |
string ecohydrolib.metadata.ClimatePointStation.VAR_TMAX = 'tmax' |
|
static |
string ecohydrolib.metadata.ClimatePointStation.VAR_TMIN = 'tmin' |
|
static |
string ecohydrolib.metadata.ClimatePointStation.VAR_WIND2M = 'wspd2m' |
|
static |
ecohydrolib.metadata.ClimatePointStation.variables |
ecohydrolib.metadata.ClimatePointStation.variablesData |
The documentation for this class was generated from the following file: