edgi-govdata-archiving / ECHO-Cross-Program

Jupyter Notebooks for ECHO that use data from multiple EPA programs
https://colab.research.google.com/github/edgi-govdata-archiving/ECHO-Cross-Program/blob/master/ECHO-Cross-Programs.ipynb
GNU General Public License v3.0
9 stars 5 forks source link

Account for program with multiple ECHO_EXPORTER flags #41

Closed shansen5 closed 4 years ago

shansen5 commented 4 years ago

The Air Emissions data set consists of 4 programs, two of which have flags in ECHO_EXPORTER--TRI and GHG.
Change DataSet.py in the ECHO-modules repository to work with an array of flags instead of a single flag.

ericnost commented 4 years ago

I believe #45 pull request fixes this?