diff --git a/5_GEONATURE/EXPORT/flore_export_sinp_with_metadata.py b/5_GEONATURE/EXPORT/flore_export_sinp_with_metadata.py index 075dc0c..b65cd6b 100644 --- a/5_GEONATURE/EXPORT/flore_export_sinp_with_metadata.py +++ b/5_GEONATURE/EXPORT/flore_export_sinp_with_metadata.py @@ -171,7 +171,7 @@ CREATE VIEW gn_exports.v_synthese_sinp_with_metadata_flora_for_gn2pg AS JOIN gn_synthese.t_sources ts ON ts.id_source = s.id_source WHERE n21.regne::text = 'Plantae'::text -- exclision CA ([SICEN] Données anciennes,[TEST] : migration sicen,[SICEN] Hors Etude) - AND ds.id_acquisition_framework NOT IN (53,65,66,1,2,6) + AND ds.id_acquisition_framework NOT IN (53,65,66,1,2,6,96) -- exclision JDD `Observations opportunistes du CEN Isère importé depuis Faune Isère` AND ds.id_dataset NOT IN (185,377,236) -- exclision CA (`Gestion de l'Espace Naturel Sensible du Méandre des Oves`, `Gestion de la Réserve Naturelle Nationale de l'Ile de la Platière`, `Gestion des Natura 2000 FR 8201749 « Milieux alluviaux et aquatiques de l’Île de la Platière » et FR 8212012 « Île de la Platière »`, `RNN Platière` diff --git a/5_GEONATURE/EXPORT/invertebre_export_sinp_with_metadata_for_gn2pg.py b/5_GEONATURE/EXPORT/invertebre_export_sinp_with_metadata_for_gn2pg.py index 31bb42d..934c615 100644 --- a/5_GEONATURE/EXPORT/invertebre_export_sinp_with_metadata_for_gn2pg.py +++ b/5_GEONATURE/EXPORT/invertebre_export_sinp_with_metadata_for_gn2pg.py @@ -246,7 +246,7 @@ FROM gn_synthese.synthese s WHERE t.regne = 'Animalia' AND t.phylum <> 'Chordata' -- exclision CA ([SICEN] Données anciennes,[TEST] : migration sicen,[SICEN] Hors Etude) - AND ds.id_acquisition_framework NOT IN (53,66,1,2,6) + AND ds.id_acquisition_framework NOT IN (53,66,1,2,6,96) -- exclision CA (`Gestion de l'Espace Naturel Sensible du Méandre des Oves`, `Gestion de la Réserve Naturelle Nationale de l'Ile de la Platière`, `Gestion des Natura 2000 FR 8201749 « Milieux alluviaux et aquatiques de l’Île de la Platière » et FR 8212012 « Île de la Platière »`, `RNN Platière` --AND (ts.id_module = 7 AND ds.id_acquisition_framework IN (7,38,39,42,44,45,46,48,55,57,58,60) AND ( diff --git a/5_GEONATURE/EXPORT/vertebre_export_sinp_with_metadata_for_gn2pg.py b/5_GEONATURE/EXPORT/vertebre_export_sinp_with_metadata_for_gn2pg.py index f54593b..fff3793 100644 --- a/5_GEONATURE/EXPORT/vertebre_export_sinp_with_metadata_for_gn2pg.py +++ b/5_GEONATURE/EXPORT/vertebre_export_sinp_with_metadata_for_gn2pg.py @@ -246,7 +246,7 @@ FROM gn_synthese.synthese s WHERE t.regne = 'Animalia' AND t.phylum = 'Chordata' -- exclision CA ([SICEN] Données anciennes,[TEST] : migration sicen,[SICEN] Hors Etude) - AND ds.id_acquisition_framework NOT IN (53,65,66,1,2,6) + AND ds.id_acquisition_framework NOT IN (53,65,66,1,2,6,96) -- exclision JDD `Observations opportunistes du CEN Isère importé depuis Faune Isère` AND ds.id_dataset NOT IN (185,377,236) -- exclision CA (`Gestion de l'Espace Naturel Sensible du Méandre des Oves`, `Gestion de la Réserve Naturelle Nationale de l'Ile de la Platière`, `Gestion des Natura 2000 FR 8201749 « Milieux alluviaux et aquatiques de l’Île de la Platière » et FR 8212012 « Île de la Platière »`, `RNN Platière`