Ben Young (ERG)
Ben Young (ERG)
I would be concerned that this could lead to security issues - though I admit this is outside my wheelhouse. Is there an adjustment needed on your machine?
we can pass kwargs through to esupy, so lets try it just here in flowsa at first rather than force it for all esupy calls
I am not opposed to changing the conversion factor. Do you anticipate that the next version of eLCI will need other changes to flow mapping, are all these flows still...
It looks like the [Wood fuel, MDF, generated on-site, combusted in industrial boiler](https://www.lcacommons.gov/lca-collaboration/National_Renewable_Energy_Laboratory/USLCI_Database_Public/dataset/PROCESS/2fdc10ce-f75d-30d0-b1e7-672af0eb98fe) process uses one of the co-products from the MDF Mill. Both the Wood Fuel, and the Wood...
Process A is a multi-output process. The specific outputs that Process B uses from Process A are the "Wood Fuel, at MDF mill" and "Wood Fuel, sanderdust, at MDF mill"....
> 1. I had no idea the mass outflows were logged like this in the JSON-LD format.. Sorry I'm not sure what you mean by this? But yes, you should...
Can you remind me where this is done in the code? I think it could make more sense to pull out the flows in the dataframe which are already in...
Another option would be to use esupy's [`apply_flow_mapping()`](https://github.com/USEPA/esupy/blob/main/esupy/mapping.py#L11) which was intended to help streamline mapping operations across packages. I think in this case you could use `keep_unmapped_rows=True`, but that would...
@dt-woods - any tips on the setup to be able to get to a place to test this? I am trying to run: `df = get_upstream_process_df(2020)` but get a `KeyError:...
> Another option would be to use esupy's [`apply_flow_mapping()`](https://github.com/USEPA/esupy/blob/main/esupy/mapping.py#L11) which was intended to help streamline mapping operations across packages. I think in this case you could use `keep_unmapped_rows=True`, but that...