oemof / feedinlib

This repository contains implementations of photovoltaic models to calculate electricity generation from a pv installation based on given solar radiation. Furthermore it contains all necessary pre-calculations.
MIT License
102 stars 44 forks source link

Revise weather df from era5 #66

Open uvchik opened 3 years ago

uvchik commented 3 years ago

Revise the functions weather_df_from_era5() and some connected functions:

The last point does not work, so I added a failing test. See code comment below. -->fixed

One parameter in the function is called area but it can be a point, so I would like to rename it to geometry or filter or...

uvchik commented 3 years ago

Sorry, it is not good practice to remove the 3.6 support within this PR. I was just to lazy to open an extra one. If you have objections I will revert it.