Baltic-RCC / EMF

Repository for Open Source EMF implementation
Mozilla Public License 2.0
8 stars 3 forks source link

Create New Get Models that uses replacement logic #74

Open Haigutus opened 1 month ago

Haigutus commented 1 month ago

https://github.com/Baltic-RCC/EMF/blob/6e475b8d69c3b6ff03ea4ec53fb4d597e83e57b7/emf/loadflow_tool/model_merge_handlers.py#L317

Current one (not yet merged to main branch) finds only models for given timestamp, now we would need to incorporate the POC replacement logic to this. Please do not change the current one, but create a separate new handler base on the one referenced. Later we will delete the current one, but to ease merging and testing, let's develop them in separate files

Original issue, under witch replacement was discussed https://github.com/Baltic-RCC/EMF/issues/49

POC implementation https://github.com/Baltic-RCC/EMF/blob/main/emf/loadflow_tool/replacement.py