Add more algorithms, such as path, inflate

This commit is contained in:
WQY\qiong
2023-04-30 11:30:33 +08:00
parent e033a3c3c7
commit 93ec527fff
3 changed files with 184 additions and 6 deletions

View File

@@ -132,7 +132,7 @@ from .s31_scada_element import SCADA_ELEMENT_STATUS_OFFLINE, SCADA_ELEMENT_STATU
from .s31_scada_element import get_scada_element_schema, get_scada_elements, get_scada_element, set_scada_element, add_scada_element, delete_scada_element
from .clean_api import clean_scada_element
from .s32_region_util import get_nodes_in_boundary, get_nodes_in_region, calculate_convex_hull
from .s32_region_util import get_nodes_in_boundary, get_nodes_in_region, calculate_convex_hull, calculate_boundary, inflate_boundary, inflate_region
from .s33_region import get_region_schema, get_region, set_region, add_region, delete_region