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

incorporate boiler_id into epacamd_eia table #2558

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on May 1, 2023

  1. incorporate boiler_id into epacamd_eia table

    note: this commit does not also update the alembic schema or remove
    the original epacamd_eia table from the db.
    cmgosnell committed May 1, 2023
    Configuration menu
    Copy the full SHA
    74d9083 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

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

Commits on Jun 28, 2023

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

Commits on Jun 29, 2023

  1. Reset migrations

    aesharpe committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c68a758 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Remove part of the suplant id calculation that filled the gaps of emi…

    …ssions_unit_id_epa with generator id. Also remove the replacement of empty plant_id_epa values with plant_id_eia to avoid confusion about which plants are reporting to EPA and which are not.
    
    Also add boiler id to the bga table merge in augement_crosswalk_with_bga_eia860.
    
    Noticed that there is an issue with some of the BGA relationships getting dropped during the subplant id creation, but I'm not sure how to fix this yet.
    aesharpe committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    adbde55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8eead72 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

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

Commits on Jul 18, 2023

  1. Restart the migrations from scratch plus the boiler_id addition to th…

    …e subplant_id table. Add code to merge the boiler_id back into the subplant_id table after the network x process because some boilers get dropped.
    aesharpe committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    eca0ba0 View commit details
    Browse the repository at this point in the history
  2. Remove the janky dtype conversion that was causing the asset build to…

    … fail in the emacamd_eia_subplant_ids function and add a convert_dtypes() function to the boiler_generator_assn_eia860_test table instead
    aesharpe committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ab4e5d5 View commit details
    Browse the repository at this point in the history
  3. Remove the epacamd_eia crosswalk table from the database and update t…

    …he metadata for the subplant_id table
    aesharpe committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    1729282 View commit details
    Browse the repository at this point in the history
  4. Remove newly bad references to the epacamd_eia table and add note abo…

    …ut removing that table from the database
    aesharpe committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a4598ae View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Replace epacamd_eia output table with epacamd_eia_subplant_id table. …

    …Replace epacamd_eia validation test with epacamd_eia_subplant_id validation test
    aesharpe committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    915b798 View commit details
    Browse the repository at this point in the history