Open
Description
While running State Estimation, many times its required to collapse a section of the grid to a smaller grids with less components because we might not have complete observability of the subsection from measurements perspective. This is useful when we have a detailed form of grid data but we only have requirement to run estimation for upstream nodes. PGM DS can thus provide a safe way to implement this.
@IrenaDk / @francisca-mestre, this might be useful for you.
For eg:
source -- node --- line ----(>measurement)- node ---- (some big grid)
can be converted to
source -- node --- line --- node ---(>measurement)-- load
There would be more features required to implement this. The end goal is described here.