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: Refactoring of the tool to search for climate stations in the ECCC database. #82

Merged
merged 35 commits into from
Nov 15, 2017

Commits on Nov 8, 2017

  1. First commit

    jnsebgosselin committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    027f2ee View commit details
    Browse the repository at this point in the history
  2. Cleanup the gitignore

    jnsebgosselin committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    c7aefc1 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

  1. Renamed the new module

    jnsebgosselin committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    2a0ab17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b5058f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71a03c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e4a6a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe30db4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df882ce View commit details
    Browse the repository at this point in the history
  7. Updated the tests

    jnsebgosselin committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    9c439c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    488d730 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

  1. Configuration menu
    Copy the full SHA
    c086802 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2615d11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47375ef View commit details
    Browse the repository at this point in the history
  4. Removed calc_dist_from_coord function

    Used the function defined in utils module instead
    jnsebgosselin committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    65e7e82 View commit details
    Browse the repository at this point in the history
  5. Moved class constant to module constant

    This is so it is importable more easily from other modules.
    jnsebgosselin committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    7dc2243 View commit details
    Browse the repository at this point in the history
  6. Reworked the GUI

    Reworked the GUI so it is more inline with how the search is performing
    now. It is more filter oriented now than research oriented.
    jnsebgosselin committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    57c032d View commit details
    Browse the repository at this point in the history
  7. Added a separator

    jnsebgosselin committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    90e5d2d View commit details
    Browse the repository at this point in the history
  8. Cleaned the imports

    jnsebgosselin committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    ba04d5e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2017

  1. Configuration menu
    Copy the full SHA
    4b7a57e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49d3c3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d1e50b View commit details
    Browse the repository at this point in the history
  4. Checks status saved in its own variable

    This will allow to keep track of index ordering in column 0 instead.
    jnsebgosselin committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    b245f15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29274a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8420acb View commit details
    Browse the repository at this point in the history
  7. Moved WeatherStationDisplayTable

    Since WeatherStationDisplayTable was not used anymore in
    search_weather_data, it was moved to dwnld_weather_data where it is
    still used.
    jnsebgosselin committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    231fa80 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9dc3292 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a3458b View commit details
    Browse the repository at this point in the history
  10. Hide Search button

    Since everything is now so quick, there is no neeed for a search button
    anymore and the station list can be updated live at runtime.
    jnsebgosselin committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    8053d33 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    18c16d4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    afb8cb5 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2017

  1. Configuration menu
    Copy the full SHA
    73f0879 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0111640 View commit details
    Browse the repository at this point in the history
  3. Hide vertical header

    jnsebgosselin committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    d9f9567 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0fdda9 View commit details
    Browse the repository at this point in the history
  5. Updated tests

    jnsebgosselin committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    c73a068 View commit details
    Browse the repository at this point in the history