Skip to content

Commit 3785b24

Browse files
committed
minor fix in data_path wgms
1 parent b50a728 commit 3785b24

File tree

1 file changed

+2
-1
lines changed
  • massbalancemachine/data_processing

1 file changed

+2
-1
lines changed

massbalancemachine/data_processing/wgms.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
import zipfile
55
import pandas as pd
66

7+
from data_processing.product_utils import data_path
8+
79
wgms_zip_file = "DOI-WGMS-FoG-2026-02-10.zip"
8-
data_path = ".data"
910

1011
wgms_source_data_link = f"https://wgms.ch/downloads/{wgms_zip_file}"
1112
local_path_wgms = f"{data_path}/WGMS/{wgms_zip_file}"

0 commit comments

Comments
 (0)