From eb31813965f3a655c6035eb2e258e5b66b0138a0 Mon Sep 17 00:00:00 2001 From: Florian Fichtner <12199342+fwfichtner@users.noreply.github.com> Date: Thu, 14 Mar 2024 09:26:10 +0100 Subject: [PATCH 1/3] add defusedxml to msi_safe --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 16c2b95512..5c16c2918a 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ "amsr2_l1b": ["h5py >= 2.7.0"], "hrpt": ["pyorbital >= 1.3.1", "pygac", "python-geotiepoints >= 1.1.7"], "hrit_msg": ["pytroll-schedule"], - "msi_safe": ["rioxarray", "bottleneck", "python-geotiepoints"], + "msi_safe": ["rioxarray", "bottleneck", "python-geotiepoints", "defusedxml"], "nc_nwcsaf_msg": ["netCDF4 >= 1.1.8"], "sar_c": ["python-geotiepoints >= 1.1.7", "rasterio", "rioxarray", "defusedxml"], "abi_l1b": ["h5netcdf"], From 25e662459a89cf135c16f85a7d021eb9ff93317f Mon Sep 17 00:00:00 2001 From: Florian Fichtner <12199342+fwfichtner@users.noreply.github.com> Date: Thu, 14 Mar 2024 09:31:06 +0100 Subject: [PATCH 2/3] add avhrr_l1b_eps extra because of missing defusedxml --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5c16c2918a..2f467286d0 100644 --- a/setup.py +++ b/setup.py @@ -35,6 +35,7 @@ extras_require = { # Readers: + "avhrr_l1b_eps": ["defusedxml"], "avhrr_l1b_gaclac": ["pygac >= 1.3.0"], "modis_l1b": ["pyhdf", "python-geotiepoints >= 1.1.7"], "geocat": ["pyhdf"], From 45f918e1b98b8718c32467766ecfbb918d7c7b0a Mon Sep 17 00:00:00 2001 From: Florian Fichtner <12199342+fwfichtner@users.noreply.github.com> Date: Thu, 14 Mar 2024 10:51:40 +0100 Subject: [PATCH 3/3] add to authors list --- AUTHORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS.md b/AUTHORS.md index d976cf318f..fb43d0168d 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -26,6 +26,7 @@ The following people have made contributions to this project: - [Adam Dybbroe (adybbroe)](https://github.com/adybbroe) - [Ulrik Egede (egede)](https://github.com/egede) - [Joleen Feltz (joleenf)](https://github.com/joleenf) +- [Florian Fichtner (fwfichtner)](https://github.com/fwfichtner) - [Stephan Finkensieper (sfinkens)](https://github.com/sfinkens) - Deutscher Wetterdienst - [Gionata Ghiggi (ghiggi)](https://github.com/ghiggi) - [Andrea Grillini (AppLEaDaY)](https://github.com/AppLEaDaY)