Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • exportGridReadable
  • main default protected
2 results
Created with Raphaël 2.2.06May30Apr282524232217161019Sep18changing network.py to extract line lengthexportGridReada…exportGridReadablesomehow powrflow values are not metextract Capacitance value directly from Y-matrix of System to have proper power flow valuefound 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 dataframenow 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 powerflowadd 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 powerflowexport to json is finished, next move it to pandapower. Also testing using normal xml files from ARETI is also doneexporting it to required JSON format of SIEMENS software requested by ARETI is...for now donechanging the way to creat loads/gen so that only exisitng loads are shownadding integer and real, so real/imag value can be expressed properly as welladding function that only make real parts of data to show, works good for indextoday'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 filereading template json file, and its class is madeadding 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 exportGridReadableadded explanation on each function added, for future referencechecking if git config worksfinished sub_matrix division. Now we can have background to make independent grid when tehre's multiple slack busesadding sub-connectivity division mapadding connectibity matrix finderadding few additional functions creat loads and generation tabmaking function to parse Node and Branches and make DataFrameadded branch reading functions, but somehow I have to add directly to 'venv' evnironment 'lib'. Guess that's my side issues. Still updating at as welladded ppfmainmainAdded eyChanges for paperDelete test2.pyExamples updatesExtra exampleReadme.md updateInitial commit
Loading