Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimal Relocation of CBs #296

Open
wants to merge 9 commits into
base: features/grid_reinforcement_Batuhan
Choose a base branch
from

Conversation

batuhansanliii
Copy link

Reinforcement of the grid by relocating the CBs

@batuhansanliii batuhansanliii requested a review from khelfen August 30, 2022 13:20
maike93he and others added 8 commits September 4, 2022 21:15
* Implemented function resample_timeseries(self, method) to resample time series object

Time series object is resampled from hourly to quarter hourly resolution.
Three possible methods to fill missing values
* ffill (see: https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.ffill.html)
* bfill (see: https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.bfill.html)
* interpolate (see: https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.interpolate.html)

* Added freq parameter

* Added input parameter and wrapper function for `resample_timeseries`

Added input parameter `freq` to the function and added wrapper function in `EDisGo` class

* Added basic tests for function `resample_timeseries()`

* Added downsampling

* Added tests for down-sampling method

* Added documentation and NotImplementedError

* fixed tests for timeseries resampling

* minor doc string change

* debug github

* debug github

* debug github

* debug github

* corrected pandas links in docstrings

* Fix API doc

* Expand and reference docstring

* Fix docstring link

* Add comments

* Expand test

* Fix test

Co-authored-by: Kilian Helfenbein <[email protected]>
Co-authored-by: birgits <[email protected]>
* Added pseudo coordinates

* Added pseudo coordinates

* Update version for plotting packages

* Improve plotting and pseudo_coordinates

- add pseudo coordinates for one graph
- add pseudo corrdinates for dash_plot

* Improve plotting with plotly and dash
- added colorbar in draw_plotly by nailend
- added function show_dash_plot to show Jupyter dash app

* Fix bugs and add tests

- Raise error when no results are passed to plot results
- Add tests for pseudo coordinates and plotting

* Bug fix missing hover label nodes

* Bug fix missing MV_Grid in dash_plot

* Minor docstring changes and change of loggeing level

* Remove manual setting of equipment changes

* Change logging level

* Minor docstring changes

* Change input parameter checks to cover more cases and set to None instead of throwing an error

* Add plot_dash timestep slider

* Add docstring and comment make_coordinates function

* Fix setting with copy warning

* Improve tests for plots

* Improve plot_ploty, plot_dash and plot_example.ipynb

* Improve docs

for plot_ploty, plot_dash, plot_dash_app
fix plotly doc link

* Minor changes in notebook

* Minor doc changes

* Avoid unnecessary transposing

* Take selected time steps as time stamp or string

* Minor labeling changes

* Add resampling to whatsnew

* Use test network 1

Co-authored-by: birgits <[email protected]>
* Added shunt admittance and voltage level dependet mv-lines

* Fixes Issue #243 and #213

* Minor changes

* Fix test

Co-authored-by: birgits <[email protected]>
* Refactor logging

* Delete edisgo_run file

* Add logger module to API doc

* Delete edisgo_run from API doc

* Changes to docstring

* Change logger

* Expand docstring

* Add setup_logger to examples

* Add check if dingo example grid directory is empty

* Add logging to whatsnew

* Move logger setup to function

* Add class teardown to enable caplog

* Minor change in docstring

Co-authored-by: birgits <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants