ext_district - Giswater/giswater_dbmodel GitHub Wiki
Description:
Catalog of districts.
Fields:
| Column name | Data type | Description |
|---|---|---|
| district_id | integer | Id of district |
| name | text | Name of district |
| muni_id | integer | Id of municipality in which district is located, defined on ext_municipality |
| observ | text | Description |
| active | boolean | If true, catalog value is being used |
| the_geom | geometry(MultiPolygon,SRID) | Multi polygon geometry of element |