-
Notifications
You must be signed in to change notification settings - Fork 11
om_streetaxis
Barbara Rzepka edited this page Nov 4, 2022
·
2 revisions
Catalog of tramified streets, used for hydrant influence process.
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 |