def ecohydroworkflowlib.metadata.ClimatePointStation.__init__ |
( |
|
self | ) |
|
def ecohydroworkflowlib.metadata.ClimatePointStation.__init__ |
( |
|
self | ) |
|
def ecohydroworkflowlib.metadata.ClimatePointStation.readFromMetadata |
( |
|
cls, |
|
|
|
projectDir, |
|
|
|
fqId |
|
) |
| |
Read ClimatePointStation data from climate point section of metadata for a given project directory.
- Parameters
-
projectDir | String representing 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
@raise KeyError if required field is not in metadata
def ecohydroworkflowlib.metadata.ClimatePointStation.readFromMetadata |
( |
|
cls, |
|
|
|
projectDir, |
|
|
|
fqId |
|
) |
| |
Read ClimatePointStation data from climate point section of metadata for a given project directory.
- Parameters
-
projectDir | String representing 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
@raise KeyError if required field is not in metadata
def ecohydroworkflowlib.metadata.ClimatePointStation.writeToMetadata |
( |
|
self, |
|
|
|
projectDir |
|
) |
| |
Write ClimatePointStation data to climate point section of metadata for a given project directory.
- Parameters
-
projectDir | Path of the project whose metadata store is to be written to |
def ecohydroworkflowlib.metadata.ClimatePointStation.writeToMetadata |
( |
|
self, |
|
|
|
projectDir |
|
) |
| |
Write ClimatePointStation data to climate point section of metadata for a given project directory.
- Parameters
-
projectDir | Path of the project whose metadata store is to be written to |
ecohydroworkflowlib.metadata.ClimatePointStation.data |
ecohydroworkflowlib.metadata.ClimatePointStation.elevation |
ecohydroworkflowlib.metadata.ClimatePointStation.endDate |
string ecohydroworkflowlib.metadata.ClimatePointStation.FMT_DATE '%Y-%m-%d %H:%M:%S' |
|
static |
ecohydroworkflowlib.metadata.ClimatePointStation.id |
ecohydroworkflowlib.metadata.ClimatePointStation.latitude |
ecohydroworkflowlib.metadata.ClimatePointStation.longitude |
ecohydroworkflowlib.metadata.ClimatePointStation.name |
ecohydroworkflowlib.metadata.ClimatePointStation.startDate |
ecohydroworkflowlib.metadata.ClimatePointStation.type |
string ecohydroworkflowlib.metadata.ClimatePointStation.VAR_PAR 'par' |
|
static |
string ecohydroworkflowlib.metadata.ClimatePointStation.VAR_PRECIP 'prcp' |
|
static |
string ecohydroworkflowlib.metadata.ClimatePointStation.VAR_RH 'rh' |
|
static |
string ecohydroworkflowlib.metadata.ClimatePointStation.VAR_SNOW 'snow' |
|
static |
string ecohydroworkflowlib.metadata.ClimatePointStation.VAR_TMAX 'tmax' |
|
static |
string ecohydroworkflowlib.metadata.ClimatePointStation.VAR_TMIN 'tmin' |
|
static |
string ecohydroworkflowlib.metadata.ClimatePointStation.VAR_WIND2M 'wspd2m' |
|
static |
ecohydroworkflowlib.metadata.ClimatePointStation.variables |
ecohydroworkflowlib.metadata.ClimatePointStation.variablesData |
The documentation for this class was generated from the following files: