Skip to content

Commit

Permalink
Merge pull request #1069 from MTES-MCT/doc-establishments
Browse files Browse the repository at this point in the history
doc: explain values for the  column in the  table
  • Loading branch information
loicguillois authored Jan 6, 2025
2 parents 356c730 + 1469e5c commit 373ec3e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/database/establishments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## Establishments Table - `kind` Column

The `kind` column in the `establishments` table indicates the type of establishment. Below are the possible values and their meanings:

| Value | Meaning | Intercommunalities | Examples |
|---------------------------------------------------------------------|----------------------------------------------------------------------------------|------------------------|----------------------------------------|
| `Service déconcentré de l'État à compétence (inter) départementale` | | NO | |
| `CA` | Communauté d’Agglomération | YES | |
| `DG` | Direction Générale, only one for now: Cerema | NO | |
| `CC` | Communauté de Communes | YES | |
| `CU` | Communauté Urbaine | YES | |
| `PETR` | Pôle d'Équilibre Territorial et Rural | NO | |
| `SDER` | Service déconcentré de l’état régional | NO | DREAL, DRIEAT, DEAL, DRIHL |
| `REG` | Région | NO | |
| `EPCI` | Établissement Public de Coopération Intercommunale | NO | |
| `ASSO` | Association | NO | ADIL |
| `Commune` | Municipalité | NO | |
| `DEP` | Département | NO | |
| `ME` | Métropole | YES | |
| `SDED` | Service déconcentré de l’état départemental | NO | DDT, DDTM |
| `SIVOM` | Syndicat Intercommunal à Vocation Multiple | NO | Établissement Public Territoriaux |
| `CTU` | Collectivité Territoriale Unique | NO | Corse |

Ressources: https://www.ecologie.gouv.fr/services-deconcentres-du-ministere

0 comments on commit 373ec3e

Please sign in to comment.