TimFuermann
TimFuermann
The method convert and aggregate was adopted, so the capacity factor timeseries is returned and all functionality, such as return capacity and per_unit are kept. Closes # (if applicable). ##...
https://github.com/PyPSA/atlite/blob/c1e29e8ceb7b24b00e1852e5df7dd0d01a18aa82/atlite/convert.py#L128-L137 By setting the "capacity_factor_timeseries = True" the results seem not to be changed and a single generation time series is returned. The reason might be that the flag "capacity_factor_timeseries...
### Integration of Weather Forecast Datasets into `atlite` This pull request extends `atlite` to support the creation of nowcast and forecast renewable generation time series based on open weather prediction...
- changed download_format to .zip - added entcrypting of .zip file from download and merging of contained .nc files - add url Closes # (if applicable). ## Changes proposed in...
### Version Checks (indicate both or one) - [x] I have confirmed this bug exists on the lastest [release](https://github.com/pypsa/atlite/releases) of atlite. - [X] I have confirmed this bug exists on...
Closes # (if applicable). ## Changes proposed in this Pull Request added marginal cost for lines and transformers (despite passive components). This was asked and could be helpful for the...
For certain modeling tasks (e.g. network fees) the implementation of marginal costs for lines (and also transformers) would be desirable. I first draft implementation is given here: https://github.com/TimFuermann/PyPSA/tree/add-marginal_cost-lines, e.g. https://github.com/PyPSA/PyPSA/pull/1352...