Skip to content

More generic collectivités territoriales shortcut

Vincent Viers requested to merge feat/generic_ct_insee into main

Départements and régions are also collectivités territoriales with insee codes

Also fixes a bug where python was padding all insee codes to a length of 9

To have the change reflected in your environment, delete the collectivite table : DROP TABLE collectivite CASCADE;

Then re-create the collectivite table : psql insitu -f insitu/datasets/collectivite.sql

Merge request reports