Ben Young (ERG)
Ben Young (ERG)
Yes I think that makes sense - keeping them in the current folder structure - otherwise it would get very cluttered. I also think this would only be needed for...
I meant that I don't think anywhere in the baseline would these processes be used as providers. But just like how now users may often reference the Electricity as user...
@dt-woods I believe all that would require is identifying the combined inventory file that is "final", naming it appropriately, uploading it to Data Commons and adding that filename as a...
The df named `emissions_and_wastes_by_facility` [here](https://github.com/KeyLogicLCA/ElectricityLCI/blob/development/electricitylci/egrid_emissions_and_waste_by_facility.py) is the stewicombo output file. It should already be saved in `../ local / stewicombo` Then instead of storing `emissions_and_wastes_by_facility` in memory, you call on...
@dt-woods If you can share with me your final stewicombo file(s) that you've created/are happy with for this release, from here `C:\Users\\AppData\Local\stewicombo` e.g., `ELCI_2022_v.1.1.4...` I can put them on data...
This relates to edits made on [branch issue_292](https://github.com/USEPA/ElectricityLCI/compare/development...issue_292)
> [@bl-young](https://github.com/bl-young) , can you confirm whether the 'download_if_missing' parameter needs set to true here as well? Yes probably a good idea!
I reviewed the FBS generation in the action at 59d24a9, for the CRHW national FBS, the facilities that come in as 5 digit NAICS instead of 6 are getting dropped....
> for the CRHW national FBS, the facilities that come in as 5 digit NAICS instead of 6 are getting dropped. I think this is only when there is a...
In the revised `map_to_sectors()` under proportional attribution, the grouped df that enters indicates the `group_id`, which later is used during proportional attribution as the groupby_col. Somehwere in `map_to_sectors()` this value...