From a4abbecfe642f7bf3444bf56360f9338781ed4c5 Mon Sep 17 00:00:00 2001 From: Colas Geier Date: Wed, 28 Feb 2024 17:40:45 +0100 Subject: [PATCH] comment WHERE statut_validation --- 5_GEONATURE/EXPORT/flore_export_sinp_with_metadata.py | 2 +- 5_GEONATURE/EXPORT/invertebre_export_sinp_with_metadata.py | 2 +- 5_GEONATURE/EXPORT/vertebre_export_sinp_with_metadata.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/5_GEONATURE/EXPORT/flore_export_sinp_with_metadata.py b/5_GEONATURE/EXPORT/flore_export_sinp_with_metadata.py index 1efe07d..4ea5764 100644 --- a/5_GEONATURE/EXPORT/flore_export_sinp_with_metadata.py +++ b/5_GEONATURE/EXPORT/flore_export_sinp_with_metadata.py @@ -188,7 +188,7 @@ WHERE t.regne <> 'Animalia' -- exclision JDD `Observations opportunistes du CEN Isère importé depuis Faune Isère` AND ds.id_dataset NOT IN (185) -- statut_validation = 'Certain - très probable' - AND n20.cd_nomenclature = '1' + -- AND n20.cd_nomenclature = '1' ORDER BY s.id_synthese; ''' diff --git a/5_GEONATURE/EXPORT/invertebre_export_sinp_with_metadata.py b/5_GEONATURE/EXPORT/invertebre_export_sinp_with_metadata.py index 3df16a3..47f6b35 100644 --- a/5_GEONATURE/EXPORT/invertebre_export_sinp_with_metadata.py +++ b/5_GEONATURE/EXPORT/invertebre_export_sinp_with_metadata.py @@ -190,7 +190,7 @@ WHERE t.regne = 'Animalia' -- exclision JDD `Observations opportunistes du CEN Isère importé depuis Faune Isère` AND ds.id_dataset NOT IN (185) -- statut_validation = 'Certain - très probable' - AND n20.cd_nomenclature = '1' + -- AND n20.cd_nomenclature = '1' ORDER BY s.id_synthese; ''' diff --git a/5_GEONATURE/EXPORT/vertebre_export_sinp_with_metadata.py b/5_GEONATURE/EXPORT/vertebre_export_sinp_with_metadata.py index 2dc693c..e580dff 100644 --- a/5_GEONATURE/EXPORT/vertebre_export_sinp_with_metadata.py +++ b/5_GEONATURE/EXPORT/vertebre_export_sinp_with_metadata.py @@ -190,7 +190,7 @@ WHERE t.regne = 'Animalia' -- exclision JDD `Observations opportunistes du CEN Isère importé depuis Faune Isère` AND ds.id_dataset NOT IN (185) -- statut_validation = 'Certain - très probable' - AND n20.cd_nomenclature = '1' + -- AND n20.cd_nomenclature = '1' ORDER BY s.id_synthese; '''