CommonsBuild / Token-Log-Hatch-Params

A tool to collect community opinions on the proper parameterization of the Token Engineering Commons
https://params.tecommons.org/hatch
MIT License
9 stars 8 forks source link

Zoom into the part of the IH chart that matters most #13

Closed GriffGreen closed 3 years ago

GriffGreen commented 3 years ago

Turn this

Screen Shot 2021-02-03 at 4 55 21 PM

Into just this:

Screen Shot 2021-02-03 at 4 55 26 PM
LinuxIsCool commented 3 years ago

This can be changed in the holoviews object that is being rendered.

LinuxIsCool commented 3 years ago

All of the data is loaded in from a data sheet. See the loading functions in tech.py and the data sheet in the repository. The data is originally from here: https://docs.google.com/spreadsheets/d/1qvmwwlUHnQWYc2JQRoE1Qo_IKx6a4CI9ehWIMvkiqFc/edit#gid=577699666

LinuxIsCool commented 3 years ago

The 'Historic' and 'Optimistic' projection formulas where made by Griff in the above data sheet. They can be ported into tech.py as a kind of 'data cleaning' function at the beginning of the modelling 'pipeline'.