echo-air-model / echo-air

A repository of scripts used for converting emissions to concentrations and health impacts using the InMAP Source-Receptor Matrix
MIT License
2 stars 0 forks source link

Consolidate area apportionment functions into one #10

Open lkoolik opened 1 year ago

lkoolik commented 1 year ago

Currently, the tool performs spatial area apportionments in a handful of calculations (concentration_layer.py, health_data.py, population.py). The process is identical each time, so can this be moved to a separate function in tool_utils.py instead?