Ben Young (ERG)

Results 45 comments of Ben Young (ERG)

Just noting that we have two FEDEFL-inventory impact categories for water consumption, defined [here](https://github.com/USEPA/fedelemflowlist/blob/master/fedelemflowlist/subset_list.py#L52-L78), that capture total water _resource_ use. I don't actually know off the top of my head...

I would think the elci should be agnostic to LCIA method? My guess is that for the one on the LCA Commons currently, the impact assessment methods were added after...

If for some reason you did want to add an impact method to the jsonld file in elci, I woudl think you could simplify it greatly through something like: ```py...

`stewi.getInventory('eGRID', year, stewiformat='flowbyfacility')` will return a dataframe that includes emissions and Electricity output as a flow. Note also that `stewi.getInventoryFacilities('eGRID', year)` includes the fuel type by facility. My guess is...

I think we have found that pip has trouble handling github based dependencies for a specific version so we (typically) no longer specify versions for other packages within the tool...

> So internal id 3 gets deleted, leaving the sequences as 1,2,4? Probably more a question for the openLCA guys. I don't think they're used as a reference at all...

I think I recall when I looked into it a bit that it doesn't work so well for caching results of function calls that are data frames. But it's been...

FYI `olca-schema` has been split out from `olca-ipc`. The `olca-schema` is primarily used for writing json and may be sufficient for eLCI purposes. We will be switching to requiring `olca-schema`...

Yes that's right. The base inventory serves as the source of the facility list I believe, but the rest of the inventories are brought in and matched to facilities in...

> If there is no existing CSV file the call to stewicombo to generate the inventory can take some time. It should be noted that this module is executed immediately...