Closed jwildfire closed 2 months ago
Implementation is related to the recently closed #1782
Here's what I think the data map will look like using this new functionality. This is showing how the "Mapped" data layer is passed to input_rate()
for each of our 12 standard KRI.
No longer needed- see discussion in #1798
Feature Details
Optionally allow users to provide expressions that will filter the input data frames (dfSubject, dfNumerator, dfDenominator) in
input_rate()
.The yaml version of the SAE KRI might become something like:
This should reduce the number of needed data domains in the Mapped data.
Example Code
Possible Implementation
Additional Comments