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:
+5
-9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user