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

Add in the emissions filtering feature #8

Open lkoolik opened 1 year ago

lkoolik commented 1 year ago

When developing the emissions object, I added an input called filter_dict. The goal of the filter_dict is to allow the user to filter down emissions from a big emissions set (e.g., gridded EMFAC data by vehicle class and fuel type) and filter it down to specific categories. For example, if the user only wanted results from diesel trucks, they would use the filter_dict to reduce the fuel category to "diesel" and the vehicle category to "trucks".

Here are the steps I need to take: