Optimal Relocation of CBs#296
Open
batuhansanliii wants to merge 9 commits intofeatures/grid_reinforcement_Batuhanfrom
Open
Optimal Relocation of CBs#296batuhansanliii wants to merge 9 commits intofeatures/grid_reinforcement_Batuhanfrom
batuhansanliii wants to merge 9 commits intofeatures/grid_reinforcement_Batuhanfrom
Conversation
* 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 <Kilian.Helfenbein@rl-institut.de> Co-authored-by: birgits <birgit.schachler@rl-institut.de>
Co-authored-by: birgits <birgit.schachler@rl-institut.de>
* 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 <birgit.schachler@rl-institut.de>
* 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 <birgit.schachler@rl-institut.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reinforcement of the grid by relocating the CBs