import geometry information from inp files to database
This commit is contained in:
@@ -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
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user