tum-ens / pyGRETA

python Generator of REnewable Time series and mAps
GNU General Public License v3.0
39 stars 14 forks source link

clean EMHIRES #78

Closed kais-siala closed 5 years ago

kais-siala commented 5 years ago

instead of copying EMHIRES text files, I would rather read them, clean/filter them, and save the part that is used by the code in the regression folder, similarly to IRENA.

HoussameH commented 5 years ago

I need to take a look at IRENA summary, it sounds good though.

kais-siala commented 5 years ago

It is really just about reading the text files and using only the years / countries you need. You already do that. I would only put it in a separate module. Eventually, we would use the back-up time series for the missing countries at this stage. So the saved csv file should have all the regions that we use, and all the technologies, just for the year we are modeling.

kais-siala commented 5 years ago

I need to take a look at IRENA summary, it sounds good though.

I mean IRENA_regression, not IRENA_summary.