Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
code_grand_iris | varchar | 7 | null |
|
|
Code Grand IRIS (il correspond aux 7 premiers digits d’un code IRIS complet) |
||||
code_commune_insee | varchar | 5 | null |
|
|
Code INSEE de la commune (ou de l’arrondissement municipale dans le cas des métropoles avec arrondissement) |
||||
nb_iris | int4 | 10 | null |
|
|
Nombre d’IRIS dans le Grand IRIS |
||||
s_geom_grand_iris | int4 | 10 | null |
|
|
Surface au sol du Grand IRIS km² |
||||
geom_grand_iris | geometry | 2147483647 | null |
|
|
Contours géographiques détaillés des Grands IRIS (Lambert-93, SRID=2154) |
||||
geom_grand_iris_simplifiee_10m | geometry | 2147483647 | null |
|
|
Contours géographiques simplifiés à 10m des Grands IRIS (Lambert-93, SRID=2154) |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
grand_iris_pk_id | Primary key | Asc | code_grand_iris |
grand_iris_code_commune_insee_idx | Performance | Asc | code_commune_insee |
grand_iris_geom_grand_iris_idx | Performance | Asc | geom_grand_iris |
grand_iris_geom_grand_iris_simplifiee_10m_idx | Performance | Asc | geom_grand_iris_simplifiee_10m |