From 16601136e3ff73fcb3fc7fd4875a6d173c87c1d3 Mon Sep 17 00:00:00 2001 From: Avijit Majhi Date: Tue, 9 Sep 2025 19:26:29 +0200 Subject: [PATCH 1/2] modified pystepsrc file --- .gitignore | 3 +++ pysteps/pystepsrc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c2006db35..2a6e71312 100644 --- a/.gitignore +++ b/.gitignore @@ -95,3 +95,6 @@ venv.bak/ # Running local tests /tmp /pysteps/tests/tmp/ +/pysteps_data/ +/examples/data_download.py + diff --git a/pysteps/pystepsrc b/pysteps/pystepsrc index 9b06ce752..d01b89cf4 100644 --- a/pysteps/pystepsrc +++ b/pysteps/pystepsrc @@ -38,7 +38,7 @@ "fmi_geotiff": { "root_path": "./radar/fmi/geotiff", "path_fmt": "%Y%m%d", - "fn_pattern": "%Y%m%d%H%M_FINUTM.tif", + "fn_pattern": "%Y%m%d%H%M_FINUTM", "fn_ext": "tif", "importer": "geotiff", "timestep": 5, From 2ea6f70a5025f29d9aa37e03c35f7161263320ff Mon Sep 17 00:00:00 2001 From: Avijit Majhi Date: Tue, 9 Sep 2025 19:35:07 +0200 Subject: [PATCH 2/2] modified pystepsrc file --- pysteps/pystepsrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysteps/pystepsrc b/pysteps/pystepsrc index d01b89cf4..e7a51b62e 100644 --- a/pysteps/pystepsrc +++ b/pysteps/pystepsrc @@ -40,7 +40,7 @@ "path_fmt": "%Y%m%d", "fn_pattern": "%Y%m%d%H%M_FINUTM", "fn_ext": "tif", - "importer": "geotiff", + "importer": "fmi_geotiff", "timestep": 5, "importer_kwargs": {} },