Skip to content

Include station metadata as timeseries attributes #172

@pmav99

Description

@pmav99

It would be quite helpful if the timeseries returned from searvey would contain station metadata as attributes. E.g.

>>> df = searvey.fetch_ioc_station("cuxh")
>>> df.attrs
{'provider': 'ioc',
 'provider_id': 'cuxh',
 'sensor': 'flt',
 'country': 'Germany',
 'location': 'Cuxhaven',
 'lon': 8.7175,
 'lat': 53.867778}

Now, the available metadata might differ for each provider, but provider, provider_id, provider_name, lon and lat should be common in all of the providers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions