diff --git a/.gitignore b/.gitignore index c2006db3..2a6e7131 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 9b06ce75..e7a51b62 100644 --- a/pysteps/pystepsrc +++ b/pysteps/pystepsrc @@ -38,9 +38,9 @@ "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", + "importer": "fmi_geotiff", "timestep": 5, "importer_kwargs": {} },