Skip to content

Add CF cf_role="timeseries_id" to station_id #184

@BGWKlein

Description

@BGWKlein

To improve CF compliance, the variable station_id should include the attribute:

cf_role = "timeseries_id"

according to the CF Metadata Conventions. This explicitly identifies the variable as the unique time series identifier.

Proposed new variable definition in HydPy:

    char station_id(stations=32, char_leng_name=12);
      :long_name = "station_id";
      :cf_role = "timeseries_id"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions