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

PR: Make accessing water level and weather data more efficient #277

Merged
merged 12 commits into from
Apr 10, 2019

Commits on Apr 10, 2019

  1. Configuration menu
    Copy the full SHA
    86aca76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07dea8e View commit details
    Browse the repository at this point in the history
  3. Keep a ref to the current wldset

    Instead of fetching and formatting the data over and over again, we now
    keep a reference to the current wldset one time in the manager. I think
    this will also improve the memory footprint of GWHAT.
    jnsebgosselin committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    f293871 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf7f417 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37f4581 View commit details
    Browse the repository at this point in the history
  6. ProjetReader: Add get_wxdsets_lat method

    Return a list with the latitude coordinates of the weather datasets.
    jnsebgosselin committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    e83b4ca View commit details
    Browse the repository at this point in the history
  7. ProjetReader: add get_wxdsets_lon method

    Return a list with the longitude coordinates of the weather datasets.
    jnsebgosselin committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    72a60d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ced6587 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    355293e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7597cf4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2af251e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e04b97c View commit details
    Browse the repository at this point in the history