om_streetaxis - Giswater/giswater_dbmodel GitHub Wiki
Description:
Catalog of tramified streets, used for hydrant influence process.
Fields:
Column name | Data type | Description |
---|---|---|
id | character varying(16) | Id of street |
code | character varying(16) | Internal code of street |
type | character varying(18) | Type of street, defined on ext_type_street |
name | character varying(100) | Name of the street |
text | text | Description, name concatenation |
the_geom | geometry(MultiLineString,SRID) | Multi line geometry of element |
expl_id | integer | Id of exploitation in which street is located, defined on exploitation |
muni_id | integer | Id of municipality in which street is located, defined on ext_municipality |