USEPA / standardizedinventories

Standardized Release and Waste Inventories
MIT License
25 stars 16 forks source link

Refactor read_inventory to generate inventories that don't exist locally #78

Closed bl-young closed 2 years ago

bl-young commented 2 years ago

stewi.getInventory will now generate the inventory data if it does not exist locally (also applies to getInventoryFlows and getInventoryFacilities)

Also updates TRI fields based on Aug 2021 field update (https://github.com/USEPA/standardizedinventories/commit/2bd4188cbce8f81ef5fa2d4efb36788e19743ba3)

WesIngwersen commented 2 years ago

RCRAInfo: Good news is that this is working well at least on my machine even from a virtual_env. But there is a very long pause after storing BR_REPORTING_2017 without seeing an log message to indicate what's happening...which i imagine is loading and processing these 1/2 GB csv files

bl-young commented 2 years ago

@WesIngwersen I am currently working on updating the RCRA filter, so will address the logging issue there. I will pull this in.