Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include station metadata as timeseries attributes #172

Open
pmav99 opened this issue Nov 11, 2024 · 0 comments
Open

Include station metadata as timeseries attributes #172

pmav99 opened this issue Nov 11, 2024 · 0 comments

Comments

@pmav99
Copy link
Member

pmav99 commented Nov 11, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant