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

fix nwis_client bug causing KeyError when station does not return data -- Updated #135

Merged
merged 9 commits into from
Sep 9, 2021

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    7985320 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de35100 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58ee56a View commit details
    Browse the repository at this point in the history
  4. add empty dataframe test

    aaraney committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    85d3e61 View commit details
    Browse the repository at this point in the history
  5. re-introduce code from de35100. this covers the case when (literally)…

    … no data is returned from nwis. However, now returns a canonical df
    aaraney committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    67d7687 View commit details
    Browse the repository at this point in the history
  6. add empty df warning message helper function. call it where empty dat…

    …aframes can be returned by IVDataService.get
    aaraney committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    cd559b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b12a305 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    6b4ec2a View commit details
    Browse the repository at this point in the history
  2. return empty dataframe compatible with specified value time label for…

    … backwards compatibility
    jarq6c committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    d76d75c View commit details
    Browse the repository at this point in the history