-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1069 from MTES-MCT/doc-establishments
doc: explain values for the column in the table
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |