From 05126f84581215ad198b40195bb0f83a5f4a07eb Mon Sep 17 00:00:00 2001 From: Simon C Date: Thu, 2 Mar 2023 11:11:50 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20Ajout=20des=20donn=C3=A9es=20P4Pillon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/index.html | 68 +++++++++++++-------- scripts/finess-sisa.py | 2 +- static/data_p4pillon.json | 121 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 167 insertions(+), 24 deletions(-) create mode 100644 static/data_p4pillon.json diff --git a/layouts/index.html b/layouts/index.html index d8e8bb1..e916fcc 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -27,7 +27,7 @@
- diff --git a/scripts/finess-sisa.py b/scripts/finess-sisa.py index e7160f2..cd21b6f 100644 --- a/scripts/finess-sisa.py +++ b/scripts/finess-sisa.py @@ -67,7 +67,7 @@ header_drop = [ 'commune', #'departement', 'libdepartement', - 'ligneacheminement', + #'ligneacheminement', #'telephone', 'telecopie', 'categetab', diff --git a/static/data_p4pillon.json b/static/data_p4pillon.json new file mode 100644 index 0000000..de4e2b0 --- /dev/null +++ b/static/data_p4pillon.json @@ -0,0 +1,121 @@ +{ + "190012427": [ + "PSP Millesoins", + "Antoine", + "PRIOUX", + true, + true + ], + "190013144": [ + "Maison de Santé des Eaux Vives", + "Anaïs", + "CARTEGNIE", + true, + true + ], + "190013805": [ + "MSP MANSAC", + "Hélène", + "SCHWARTZ", + false, + null + ], + "190012443": [ + "Pole de santé de Haute-Corrèze", + "Cyril", + "MOESCH", + null, + null + ], + "190012294": [ + "MSP lubersac projet pompadour", + "Maryline", + "DUMONT", + null, + true + ], + "190012278": [ + "MSP du pays acadien", + "Benjamin", + "LECAVELIER", + true, + null + ], + "190013466": [ + "MSP d'Argentat", + "Laurent", + "MAHE", + null, + false + ], + "190013441": [ + "MSP du Sud Corrézien", + "", + "", + null, + true + ], + "190012401": [ + "MSP de Seilhac", + "", + "", + null, + null + ], + "190013425": [ + "MSP de Chamberet", + "", + "", + null, + true + ], + "190012468": [ + "MSP des Gorges de la Dordogne", + "", + "", + null, + null + ], + "190013128": [ + "MSP des 7 collines", + "", + "", + "", + true + ], + "190013409": [ + "MSP d'Arnac Pompadour", + "", + "", + null, + true + ], + "190013169": [ + "MSP Union des collines", + "", + "", + null, + null + ], + "190013623": [ + "MSP de Juillac", + "", + "", + null, + true + ], + "190013789": [ + "MSP Montplaisir", + "", + "", + null, + true + ], + "570028480": [ + "MSP de St Privat", + "", + "", + null, + null + ] +} \ No newline at end of file