Max Parzen

Results 53 issues of Max Parzen

## Changes proposed in this Pull Request The pandapower network importer was not working correctly. @rbolgaryn and myself working currently on fixing the importer. In particular, we are fixing the...

## Describe the feature you'd like to see We would like to scale the constraint matrix which seems to speed up solving time. See [AnyMOD integration](https://github.com/leonardgoeke/AnyMOD.jl/blob/34dcb0445e4c75d8d128baadc8fdd592db1c7dfb/src/optModel/other.jl#L496-L543).

needs discussion

## Describe the feature you'd like to see Currently, the co2 emissions for the 1990 base year are hard-coded in the config for **Europe** only. When the user wants to...

enhancement
wontfix

## Describe the feature you'd like to see In PyPSA-Africa/Earth we define the crs system (coordinate reference system) in the config. ```bash # definition of the Coordinate Reference Systems crs:...

help wanted
question
low priority
design

Potentially interesting/relevant for @martavp @ebbekyhl @Parisra @Adam-Dvorak1 We reduced the [PyPSA-Earth](https://github.com/pypsa-meets-earth/pypsa-earth) repository size from about 400MB to 1.8MB (cleaning procedure is recorded [here](https://github.com/pypsa-meets-earth/pypsa-earth/discussions/460), and should only be applied to not...

## Describe the feature you'd like to see It seems demand side considerations plays around the world an increasing role. I think we could add a few examples illustrating how...

enhancement

## Describe the feature you'd like to see Proprietary tools like [SAInt](https://www.encoord.com/solutions/saint) from encoord or open-source tools like [SpineOpt.jl](https://github.com/spine-tools/SpineOpt.jl) can model pressure driven gas transfer in gas networks. It would...

## Describe the feature you'd like to see We currently test only the [static AC powerflow against pandapower](https://github.com/PyPSA/PyPSA/blob/master/test/test_pf_against_pandapower.py). It would be nice to extend this by also testing the OPF...

We recently worked on restoring the pandapower import and powerflow comparison in https://github.com/PyPSA/PyPSA/pull/332. One remaining issue is to test the powerflow when `q_mvar` of shunts > 0. I could observe...

## Background Linopy either constructs a big matrix itself and stores it in a standardized file format such as the “LP” or the “MPS” file format or writes the matrix...

discussion