import geometry information from inp files to database

This commit is contained in:
xinzish
2024-04-09 14:06:26 +08:00
parent 46f898a000
commit 4389b4ea74

View File

@@ -4,7 +4,7 @@ create type _link_type as enum ('pipe', 'pump', 'valve');
create type _curve_type as enum ('PUMP', 'EFFICIENCY', 'VOLUME', 'HEADLOSS');
create type _region_type as enum ('DISTRIBUTION', 'DMA', 'SA', 'PMA','VA');
create type _region_type as enum ('NONE', 'DMA', 'SA', 'VD', 'WDA');
create table _node
(