From 6f38e20b56b4b68fdc6ea52adaab1550382fea0b Mon Sep 17 00:00:00 2001 From: Camille Monchicourt Date: Wed, 11 Dec 2024 15:02:21 +0100 Subject: [PATCH 1/2] README - Mention archived module --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 56c8ce34..c2e89ddc 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Module d’import | master | [![pytest](https://github.com/PnX-SI/gn_module_import/actions/workflows/pytest.yml/badge.svg?branch=master)](https://github.com/PnX-SI/gn_module_import/actions/workflows/pytest.yml) | [![codecov](https://codecov.io/gh/PnX-SI/gn_module_import/branch/master/graph/badge.svg?token=BU2G1MN5XH)](https://codecov.io/gh/PnX-SI/gn_module_import) | | develop | [![pytest](https://github.com/PnX-SI/gn_module_import/actions/workflows/pytest.yml/badge.svg?branch=develop)](https://github.com/PnX-SI/gn_module_import/actions/workflows/pytest.yml) | [![codecov](https://codecov.io/gh/PnX-SI/gn_module_import/branch/develop/graph/badge.svg?token=BU2G1MN5XH)](https://codecov.io/gh/PnX-SI/gn_module_import) | +⚠️ **Attention**, depuis la version 2.15 de GeoNature, ce module a été intégré dans le coeur de GeoNature et n'est plus à installer et mettre à jour indépendamment. + Ce module permet d’importer des données depuis un fichier CSV dans [GeoNature](https://github.com/PnX-SI/GeoNature). Installation du module From 3d2c9b6bdf07c808a1d4ff871b82d0dfc83b6c33 Mon Sep 17 00:00:00 2001 From: Camille Monchicourt Date: Wed, 18 Dec 2024 08:31:26 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2e89ddc..469f4b90 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Module d’import | master | [![pytest](https://github.com/PnX-SI/gn_module_import/actions/workflows/pytest.yml/badge.svg?branch=master)](https://github.com/PnX-SI/gn_module_import/actions/workflows/pytest.yml) | [![codecov](https://codecov.io/gh/PnX-SI/gn_module_import/branch/master/graph/badge.svg?token=BU2G1MN5XH)](https://codecov.io/gh/PnX-SI/gn_module_import) | | develop | [![pytest](https://github.com/PnX-SI/gn_module_import/actions/workflows/pytest.yml/badge.svg?branch=develop)](https://github.com/PnX-SI/gn_module_import/actions/workflows/pytest.yml) | [![codecov](https://codecov.io/gh/PnX-SI/gn_module_import/branch/develop/graph/badge.svg?token=BU2G1MN5XH)](https://codecov.io/gh/PnX-SI/gn_module_import) | -⚠️ **Attention**, depuis la version 2.15 de GeoNature, ce module a été intégré dans le coeur de GeoNature et n'est plus à installer et mettre à jour indépendamment. +⚠️ **Attention**, depuis la version 2.15 de GeoNature, ce module a été intégré dans le coeur de GeoNature et n'est plus à installer et mettre à jour indépendamment. Ce dépôt va donc être archivé prochainement. Ce module permet d’importer des données depuis un fichier CSV dans [GeoNature](https://github.com/PnX-SI/GeoNature).