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; '''