OSeMOSYS / osemosys_global

A global power system model generator for OSeMOSYS
https://osemosys-global.readthedocs.io/
GNU Affero General Public License v3.0
27 stars 14 forks source link

Demand projections #17

Closed abhishek0208 closed 2 weeks ago

abhishek0208 commented 4 years ago

Electricity demand by node (SpecifiedAnnualDemand) is currently constant. Future electricity demand will be projected based on factors such as population, GDP/capita, and urbanisation.

maartenbrinkerink commented 4 years ago

Working on it as we speak, will come with an update on Thursday.

maartenbrinkerink commented 4 years ago

I've updated OPG_demand_projection which for now is something we can work with. That said there are still plenty of aspects that need to be reassessed;

maartenbrinkerink commented 2 years ago

I've made some updates in the demand projection externally and will include these in the coming week(s) within the OPG_demand_projection.py script.

maartenbrinkerink commented 2 weeks ago

Demand projections for the standard nodes are fully functional. Users have the ability to add in their own load data if required. There are still improvements to be made in the demand projections but is not a priority at the moment. Closing this issue accordingly.

trevorb1 commented 2 weeks ago

@maartenbrinkerink did you run the workflow to confirm that demand projections were working? Recently (within the past couple weeks) @SimoneOseiOwusu and I ran into an issue where the world bank API calls were failing through the world_bank_data package. The issue ended up being that the API call is using http rather than https. We manually fixed it in our case. Did you run inot this same issue?

I agree, it does not belong in this issue ticket, just curious if you had the same issue?

maartenbrinkerink commented 2 weeks ago

@trevorb1 I have not but am willing to give that a go tomorrow, will reopen the issue for the time being until I checked that out.