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.
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.
Revise the functions
weather_df_from_era5()
and some connected functions:extract_coordinates_from_era5(filename)
to get a 'GeoSeries` with all coordinates of the era5-netCDF-file (5aa50ea)shapely.geometry
thenearest point
is used instead ofwithin
as it was before.The last point does not work, so I added a failing test. See code comment below.-->fixedOne parameter in the function is called area but it can be a point, so I would like to rename it to
geometry
orfilter
or...