-
Notifications
You must be signed in to change notification settings - Fork 11
ext_address
ArnauUrgeles edited this page Dec 4, 2024
·
2 revisions
Catalog of addresses.
Column name | Data type | Description |
---|---|---|
id | character varying(16) | Id of address |
muni_id | integer | Id of municipality in which address is located, defined on ext_municipality |
postcode | character varying(16) | Postcode of element's location |
streetaxis_id | character varying(16) | Id of street in which address is located, defined on ext_streetaxis |
postnumber | character varying(16) | Post number of the element's location |
plot_id | character varying(16) | Id of plot in which address is located, defined on ext_plot |
the_geom | geometry(Point,SRID) | Point geometry of element |
expl_id | integer | Id of an exploitation, defined on exploitation |