Specify mitigation scenarios as intervals
See original GitHub issueIn some situations, it might be more convenient to specify the mitigation scenarios as time intervals:
--2020-03-01 100%
2020-03-01 -- 2020-03-15 50%
2020-03-16 -- 2020-03-31 75%
2020-04-01 -- 2020-05-31 60%
2020-06-01 -- 50%
The data structure for this would work just about the same way as a time series of adjacent intervals, the main difference would be UI. Need to think about how to enforce that intervals tile time.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Ancillary health effects of climate mitigation scenarios as ...
Ancillary health effects of climate mitigation scenarios as drivers of policy uptake: a review of air quality, transportation and diet ...
Read more >Temperature increase of 21st century mitigation scenarios
We have examined a large set of projections for 21st Century emissions of a suite of greenhouse and other air pollutant gases. The...
Read more >IPCC SPECIAL REPORT EMISSIONS SCENARIOS
These scenarios have been widely used in the analysis of possible climate change, its impacts, and options to mitigate climate change. In 1995,...
Read more >A framework for national scenarios with varying emission ...
This NLPs approach permits hedging against future national target uncertainties by not specifying a single emissions reduction target, but ...
Read more >A Practitioner's Guide to Climate Model Scenarios | GLISA
CLIMATE MODEL SELECTION: Your first step will be to choose the most appropriate climate models based ... new mitigation scenarios, RCP3.4 and an...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I was thinking about making the containment (mitigation) plot into a sort of a bar chart:
Additionally, we can represent the same data as a table. We could either display both or to add a toggle.
Here is another proposal to improve the specification of mitigation and infection control measures.
One could have a date range selector and then include these as horizontal bars in the result plot. More measures could be added with an ‘add’ button (similar to filters in search interfaces). This would then translate into a time series with a few vertical steps. But the general logic of a linearly interpolated function would still hold, so this would require few changes in the algorithm.
The constraint that the combined measures can’t be more than 100% is most readily addressed by making these effects multiplicative (Effects of -10%, -20%, -15% would then combine to 0.90.80.85)
@rodolfoalmeida01 and @arieltonglet, if this is something you’d be keen on, let me know. Happy to touch base.