-
Notifications
You must be signed in to change notification settings - Fork 33
cat_arc_shape
Daniel Marín edited this page Jul 8, 2026
·
1 revision
Catalog of arc sections.
For UD project it's important to know the different varieties of geometric sections that SWMM supports as giswater uses the same ones.
| Column name | Data type | Description | Example | Domain values |
|---|---|---|---|---|
| id | character varying(30) | Name of the section (in selected language) | CIRCULAR |
|
| epa | character varying(30) | Name of the section used in SWMM | CIRCULAR |
[POWER,HORIZ_ELLIPSE,MODBASKETHANDLE,EGG,TRIANGULAR, PARABOLIC,RECT_CLOSED,FILLED_CIRCULAR,RECT_OPEN,IRREGULAR, RECT_TRIANGULAR,CUSTOM,FORCE_MAIN,DUMMY,HORSESHOE, TRAPEZOIDAL,CIRCULAR,RECT_ROUND,VIRTUAL, ARCH,BASKETHANDLE,SEMICIRCULAR,SEMIELLIPTICAL] |
| image | character varying(50) | Image of the section | ws_shape.png |
[ud_section_custom.png,ud_section_triangular.png, ud_section_arch.png,ud_section_modbaskethandle.png, ud_section_rect_triangular.png,ud_section_force_main.png, ud_section_egg.png,ud_section_rect_round.png, ud_section_rect_closed.png,ud_section_dummy.png,ud_sec (...)] |
| descript | text | Description | ||
| active | boolean | If true, catalog value is being used. | TRUE |


