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

Reorganize ECHO_modules into an Echo class with methods #28

Draft
wants to merge 37 commits into
base: master
Choose a base branch
from

Commits on May 17, 2021

  1. Update utilities.py

    testing how we might reorganize utility functions in light of creating an Echo class that embeds many functions as class methods
    ericnost committed May 17, 2021
    Configuration menu
    Copy the full SHA
    d51f10d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. add class and presets files

    ericnost committed May 31, 2021
    Configuration menu
    Copy the full SHA
    dcd1c02 View commit details
    Browse the repository at this point in the history
  2. SelectMultiple test

    ericnost committed May 31, 2021
    Configuration menu
    Copy the full SHA
    f4cd60f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf3365d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    748c47b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. testing module imports

    ericnost committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    e3e3939 View commit details
    Browse the repository at this point in the history
  2. Update class.py

    add import pandas
    ericnost committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    a982787 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. enable HUC12 search

    ericnost committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    bc680db View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. fix indentation

    ericnost committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    5e562bd View commit details
    Browse the repository at this point in the history
  2. fix indentation again

    ericnost committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    0e1f8a1 View commit details
    Browse the repository at this point in the history
  3. Update class.py

    ericnost committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    45ae3e4 View commit details
    Browse the repository at this point in the history
  4. fix indentation

    ericnost committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    ea143b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Update class.py

    Comment out debugging statements
    ericnost committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    0a39817 View commit details
    Browse the repository at this point in the history
  2. Update class.py

    change styling on areas
    ericnost committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    cf8c20a View commit details
    Browse the repository at this point in the history
  3. Update class.py

    fixes colours
    ericnost committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    b73815b View commit details
    Browse the repository at this point in the history
  4. Update class.py

    ericnost committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    fdbe1ec View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    0109287 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. Configuration menu
    Copy the full SHA
    f03672f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47c9d42 View commit details
    Browse the repository at this point in the history
  3. fixes reference error

    ericnost committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    d1bd32c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7f2556 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    acd41eb View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. corrects the SDWA PWS MVIEW

    ericnost committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    6e04d54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa8f3dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7618859 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. minor updates 2-2-22

    - temporarily disables Effluent Violations table as an option
    - changes colour scheme for top 10 violators chart
    ericnost committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    0e014cb View commit details
    Browse the repository at this point in the history
  2. fix presets

    fixes commenting out of Effluent Violations
    ericnost committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    1d3e58c View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. addressing database changes

    - deal with wkb geometry
    - deal with integers
    ericnost committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    cc3e647 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Update presets.py

    - change states shapefile name
    - acknowledge huc12s mostly work
    ericnost committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    38c638f View commit details
    Browse the repository at this point in the history
  2. Update class.py

    -handle error in `show_program_map()` with quartiles on small datasets
    ericnost committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    eb27259 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Update class.py

    - remove `NPDES_FLAG` filter
    - add `get_program_ids()` to deal with a regulated facility having multiple permits
    ericnost committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    da96880 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Update presets.py

    - change `MVIEW` to `VIEW` because materialized views in the database are currently broken
    ericnost committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    3e8961b View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Update presets.py

    - MVIEWs available again
    ericnost committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    35b59b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. update class.py to avoid json

    avoiding json in getting spatial data
    ericnost committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    0ecfa5a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Update utilities.py

    switch to https
    ericnost committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    821d893 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Update presets.py

    ericnost committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    48abd4f View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. extend reorg with new class and utilities

    based on SDWA project
    ericnost committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    aa1eaf2 View commit details
    Browse the repository at this point in the history