Skip to content

Instantly share code, notes, and snippets.

@maurolepore
Created May 30, 2024 13:21
Show Gist options
  • Save maurolepore/a915ea25777faa4fbefb62539cce41a4 to your computer and use it in GitHub Desktop.
Save maurolepore/a915ea25777faa4fbefb62539cce41a4 to your computer and use it in GitHub Desktop.

The tilt system architecture

INDICATORS
--------------------------
tiltIndicator (tiltProfiles?)
* `emissions_profile()`
* `sector_profile()`
tiltTransitionRisk ^1
* `transition_risk()`
==========================>>> tiltIndicatorAfter
                              * `profile_emissions()                              
                              * `profile_sector()                              
                              * `score_transition_risk()`
==========================================================>>> tiltPlot
                                                              * ...
=======================================================================>>> tiltWebTool
                                                                           * https://some/url/
   
                                                                       
^1: This is what we seem to need now: a separate tiltTransitionRisk module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment