USEPA / flowsa

Library that attributes resource use, waste, emissions, and loss to economic sectors
MIT License
23 stars 19 forks source link

allow skipping of standardize_units() #408

Closed bl-young closed 5 months ago

bl-young commented 6 months ago

In some cases, standardizing units may not be desired. But all FBAs are passed through that function.

Make this adjustable.

https://github.com/USEPA/flowsa/blob/0d44ae9de372640d63926eb26208cbb31ec3665d/flowsa/flowbyactivity.py#L809