feedinlib
feedinlib copied to clipboard
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-cal...
This project seems to have similar use cases as https://github.com/PyPSA/atlite It would be very cool to have a summary of the similarities and differences on the README page. Similarities: *...
Some packages cause problems when installed using pip on Windows. In order to make usage of the windpowerlib easier for Windows users we should provide a yml file where those...
 Cannot download weather data in the example
Hello, after I have done correctly all the previous steps of the weather and setting up the photovoltaic object(which work correctly), when I do the calculate the feedin part it...
... described by @uvchik in #62. * Since the new version of pvlib has made some changes to the data structures of the PV models, I have adapted the respective...
Cannot convert pv_lib to image, always missing "dni". 
If we are not able to fix that soon, we should restrict the version of the pvlib to `
Add Python examples * [x] Download era5 data (single location and bounding box) * [x] process single location with windpowerlib * [x] process single location with pvlib * [x] process...
I cloned the feedinlib dev branch, and installed the dependencies and loaded the jupyter notebook, but there is the following error when I try to run the 'load_open_FRED_weather_data' example: `ModuleNotFoundError:...
Revise the functions `weather_df_from_era5()` and some connected functions: * add function `extract_coordinates_from_era5(filename)` to get a 'GeoSeries` with all coordinates of the era5-netCDF-file (5aa50ea) * If only one point was found...