FIX: getpositions verwendet jetzt auch das gegeben SPS Präfix. Ausgeschlossene Schaltschrankelemente können jetzt auch von ioconvert verwendet werden.

This commit is contained in:
2025-07-15 23:29:19 +02:00
parent a007f22819
commit 50f00a8fa9
3 changed files with 80 additions and 30 deletions
+5 -9
View File
@@ -1,16 +1,12 @@
import os
import json
import argparse
import heapq
import math
import matplotlib.pyplot as plt
import networkx as nx
import shapely
from shapely.geometry import LineString, Point
from shapely.ops import nearest_points
from shapely.geometry import Point
from plant import Anlage
import configparser
from pathlib import Path
import argparse
import os
import configparser
import matplotlib.pyplot as plt
# Funktionen