Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Pyvolt-Docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sreejith Pananchickal Sajeev
Pyvolt-Docker
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
exportGridReadable
Select Git revision
Selected
exportGridReadable
Branches
1
main
default
protected
2 results
Begin with the selected commit
Created with Raphaël 2.2.0
6
May
30
Apr
28
25
24
23
22
17
16
10
19
Sep
18
changing network.py to extract line length
exportGridReada…
exportGridReadable
somehow powrflow values are not met
extract Capacitance value directly from Y-matrix of System to have proper power flow value
found major issues on voltage is not changing in powerflow when it's read from json. Fixning it. Plus, add additional function that make pandapower network directly from dataframe
now making pandapower network with multiple slack buses(here, we just used ext_grid). PowerFlow runs smoothly to Two slack bus system(islanded)
add conversion to pandapowr: it read json output file and create pandapower netowrk. // Problem: current CIM file gives multiple slack buses. Thisneed us to make different nets based on connectivity map. ToDo: read connectivity map in dataframe, and make two different network to run powerflow
add conversion to pandapowr: it read json output file and create pandapower netowrk. // Problem: current CIM file gives multiple slack buses. Thisneed us to make different nets based on connectivity map. ToDo: read connectivity map in dataframe, and make two different network to run powerflow
export to json is finished, next move it to pandapower. Also testing using normal xml files from ARETI is also done
exporting it to required JSON format of SIEMENS software requested by ARETI is...for now done
changing the way to creat loads/gen so that only exisitng loads are shown
adding integer and real, so real/imag value can be expressed properly as well
adding function that only make real parts of data to show, works good for index
today's coding is done. So uploading for safety. For now, tried create function that feeds Data and export json based on template, which has some issues in mapping.
create function that read keys in json(for now very limited and selected) and make empty dictionary that has same key as template json file
reading template json file, and its class is made
adding all-in-one function that make one dictionary holds all information of the grid(so far)
found out load/gen buses doesn't include the index in the data frame. Thinkning if this need to be fixed or not.
Merge branch 'exportGridReadable' of git-ce.rwth-aachen.de:sreejith12333/pyvolt-docker into exportGridReadable
added explanation on each function added, for future reference
checking if git config works
finished sub_matrix division. Now we can have background to make independent grid when tehre's multiple slack buses
adding sub-connectivity division map
adding connectibity matrix finder
adding few additional functions creat loads and generation tab
making function to parse Node and Branches and make DataFrame
added branch reading functions, but somehow I have to add directly to 'venv' evnironment 'lib'. Guess that's my side issues. Still updating at as well
added ppf
main
main
Added ey
Changes for paper
Delete test2.py
Examples updates
Extra example
Readme.md update
Initial commit
Loading