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

Dynamically detect last available data from USGS sensor data feeds #68

Open
fungjj92 opened this issue Mar 4, 2019 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@fungjj92
Copy link
Contributor

fungjj92 commented Mar 4, 2019

Sometimes, USGS sensors fail to collect up-to-date data.
In order to get any real, past sensor data, the API requests for data must be given a start date query param that includes date(s) for which there is real data. In #63 we added date constants since when is it known that all the relevant sensors have real data. This is not sustainable. The chosen dates will always work, but become outdated over time insofar that we'll poll for more data than we need. I did not find a programatic and dynamic way to discover these dates.

Figure out a better way or alternative to the current/initial set up.

Connects #63

@caseycesari caseycesari added 1 enhancement New feature or request and removed 1 labels Mar 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants