We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It can happen that a PM module reports very (unrealistically) high _AE and _SP values. Here an example from the field
PM1_AE{1}: 3661.00 PM25_AE{1}: 3661.00 <-- PM10_AE{1}: 3661.00 PM1_SP{1}: 5492.33 PM25_SP{1}: 5492.33 <-- PM10_SP{1}: 5492.33 PM003_PC{1}: 396.33 <-- PM005_PC{1}: 232.67 PM01_PC{1}: 0.00 PM25_PC{1}: 0.00 PM05_PC{1}: 0.00 PM10_PC{1}: 0.00
normal would be something like
PM1_AE{1}: 27.00 PM25_AE{1}: 44.00 <-- PM10_AE{1}: 51.00 PM1_SP{1}: 32.00 PM25_SP{1}: 55.00 <-- PM10_SP{1}: 55.00 PM003_PC{1}: 521.00 <-- PM005_PC{1}: 478.00 PM01_PC{1}: 104.00 PM25_PC{1}: 10.00 PM05_PC{1}: 0.00 PM10_PC{1}: 0.00
Right now
With this issue we want to change this behavior and
Maybe we can then use this approach for all measures.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It can happen that a PM module reports very (unrealistically) high _AE and _SP values. Here an example from the field
PM1_AE{1}: 3661.00
PM25_AE{1}: 3661.00 <--
PM10_AE{1}: 3661.00
PM1_SP{1}: 5492.33
PM25_SP{1}: 5492.33 <--
PM10_SP{1}: 5492.33
PM003_PC{1}: 396.33 <--
PM005_PC{1}: 232.67
PM01_PC{1}: 0.00
PM25_PC{1}: 0.00
PM05_PC{1}: 0.00
PM10_PC{1}: 0.00
normal would be something like
PM1_AE{1}: 27.00
PM25_AE{1}: 44.00 <--
PM10_AE{1}: 51.00
PM1_SP{1}: 32.00
PM25_SP{1}: 55.00 <--
PM10_SP{1}: 55.00
PM003_PC{1}: 521.00 <--
PM005_PC{1}: 478.00
PM01_PC{1}: 104.00
PM25_PC{1}: 10.00
PM05_PC{1}: 0.00
PM10_PC{1}: 0.00
Right now
With this issue we want to change this behavior and
Maybe we can then use this approach for all measures.
The text was updated successfully, but these errors were encountered: