lkoolik / isrm_health_calculations

A repository of scripts used for converting emissions to concentrations and health impacts using the ISRM for California.
MIT License
2 stars 0 forks source link

emissions filter dict functionality #52

Open lkoolik opened 2 years ago

lkoolik commented 2 years ago

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: