rl-institut / cp_nigeria_app

Application to simulate different energy system in unlectrified rural areas of Nigeria
Other
0 stars 0 forks source link

Feature/financial tool implementation #88

Closed paulapreuss closed 9 months ago

paulapreuss commented 9 months ago

The approach so far consists of:

Will try to get it far enough to be able to actually show something from it on the GUI on tuesday, so will probably focus on making some graphs for the things that already mostly work (CAPEX including all costs or revenue flows)

paulapreuss commented 9 months ago

Things pending to discuss about the financial tool:

Resulting tasks after clarifying (either here or merge and handle in separate PR:

paulapreuss commented 8 months ago

One thing I notice as a reviewer of the code, is that it is still not very easy to follow the steps of pandas transformations for certain costs calculation. It is maybe a nice to have but I think it could also help communicate around those calculations (and possibly help finding bugs/errors in the model) if we could write them as mathematical formulas with variables

I originally translated the excel into python in a jupyter notebook that also includes the written out formulas :) I didn't think it really belonged in the repo so I didn't upload it, but we can talk about where best to save it so it is accessible to people who want to look into it.