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

BUG: get_station_sensors produces empty list for each duration #102

Open
narlesky opened this issue Nov 30, 2023 · 0 comments · May be fixed by #104
Open

BUG: get_station_sensors produces empty list for each duration #102

narlesky opened this issue Nov 30, 2023 · 0 comments · May be fixed by #104
Labels
bug Something isn't working

Comments

@narlesky
Copy link
Member

Description

I believe this function previously relied on a different behavior from the CDEC query service that would populate a query that did not specify sensors with all available sensors. As it stands, the method serves no purpose and should be removed.

Minimum Working Example (MWE)

import datetime as dt
from collect.dwr import cdec
cdec.get_station_sensors('CFW', dt.datetime(2023, 1, 1), dt.datetime(2023, 1, 3))

returns {'E': [], 'H': [], 'D': [], 'M': []}

Breaking Changes

TBD

Priority

Low

@narlesky narlesky added the bug Something isn't working label Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant