USEPA / emf

Emissions Modeling Framework (EMF)
6 stars 3 forks source link

add a 3 way compare datasets QA step #120

Closed cseppan closed 4 months ago

cseppan commented 1 year ago

Commit f5810187b0d9e86b3bcad0f33644707574c46357 adds the new QA program named "Compare Multiple Datasets". This program is based on the existing "Compare Datasets" program and supports the same options but allows up to 5 sets of comparison datasets to be specified.

Commit cff634f38ec7711d5b1d0c32bad789ac910e95bc adds a new window for setting up QA steps that use the Compare Multiple Datasets QA program and is shown in the attached screenshot.

Screenshot 2023-03-05 at 10 42 06 PM

The output from the QA step shown in the screenshot has the following columns: poll region_cd ann_value_b ann_value_c1 ann_value_diff_c1 ann_value_c2 ann_value_diff_c2 jan_value_b jan_value_c1 jan_value_diff_c1 jan_value_c2 jan_value_diff_c2 count_b count_c1 count_c2

Due to the potential number of outputs, the Compare Multiple Datasets QA program doesn't calculate as many difference columns as the original Compare Datasets program (e.g. absolute difference, percent difference, and absolute percent difference).

cseppan commented 4 months ago

Released in EMF v4.2