feedinlib icon indicating copy to clipboard operation
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...

Results 26 feedinlib issues
Sort by recently updated
recently updated
newest added

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...

![bug](https://user-images.githubusercontent.com/53994194/178120304-a487827c-0e85-4c83-a06e-ea98ac67747f.png) 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". ![image](https://user-images.githubusercontent.com/90586454/154612817-d5f6cfd3-49cd-4150-9996-24baf98b10cc.png)

If we are not able to fix that soon, we should restrict the version of the pvlib to `

help wanted

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...

enhancement

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...

enhancement