pyremo.codes.search
- search(**kwargs)[source]
Returns a tables with variabl meta data.
Searches the code table by arbitrary attributes. All search parameters can also be iteratables.
- Parameters:
code (
int) – Variable code.variable (
str) – Variable name (REMO standard).cf_name (
str) – CF Variable name (Climate and Forecast convention).description (
str) – Variable description (REMO standard).units (
str) – Unit (REMO standard).time_cell_method (
str) – Time cell method for standard Remo output (point or mean).
- Returns:
df (
pd.DataFrame) – Search result.