ciaradunks
ciaradunks
Thank you! That has made it work :) Now for this section: `open_FRED_weather_windpowerlib_single_location = Weather( start=start_date, stop=end_date, locations=[location], heights=heights, variables=variables, **defaultdb())` I am getting this error: `ConnectionException: Answer contains no...
This is due to kaleido package when installed by pip on windows only. To fix this install kaleido via conda or download the fix from this release of Kaleido: https://github.com/plotly/Kaleido/releases/tag/v0.1.0.post1...
Moreover it seems that for windows Pillow version 10.0.0 has a breaking change, just reverse to pillow 9.5 to fix the error `pip install pillow==9.5`
@Bachibouzouk FYI I don't think this even works: `conda install kaleido` I get the following error: `PackagesNotFoundError: The following packages are not available from current channels: kaleido` I will check...
If the hydrogen is produced from an electrolyser, which I'm assuming would generally be the case (if linked with RE sources), the output pressure is usually around 40 bar. H2...
Yes what we could have is a specific electricity consumption per kg of H2, so it would depend on the input flow. If we didn't want extra parameters, we could...
A potential solution could be: Leave the definition of maximumCap as decoupled (to not have to change the way it is used later on), but instead: 1) To make it...
> > > > ``` > > 2. To make it more understandable for the users: replace 'maximumCap' with 'maximumAddCap'/'possibleAddCap', including the input files > > ``` > > I...
PR #824 will need to be adapted depending on how this solution is resolved. See [comment](https://github.com/rl-institut/multi-vector-simulator/pull/824/files#r596866971) for reference.