-
Notifications
You must be signed in to change notification settings - Fork 14
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
batuhansanliii
wants to merge
9
commits into
features/grid_reinforcement_Batuhan
Choose a base branch
from
feature/optimize_loc_cb
base: features/grid_reinforcement_Batuhan
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Optimal Relocation of CBs #296
batuhansanliii
wants to merge
9
commits into
features/grid_reinforcement_Batuhan
from
feature/optimize_loc_cb
Conversation
This file contains 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
* 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]>
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
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