From befecc8fde1a3076a774f82efd9c49851912f951 Mon Sep 17 00:00:00 2001 From: KYSIEMENS <123513889+KYSIEMENS@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:05:09 -0700 Subject: [PATCH] Update DataMart_hourly_download.py (#89) --- scripts/python/DataMart_hourly_download.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/python/DataMart_hourly_download.py b/scripts/python/DataMart_hourly_download.py index 86ba7c1..ac88295 100644 --- a/scripts/python/DataMart_hourly_download.py +++ b/scripts/python/DataMart_hourly_download.py @@ -185,8 +185,8 @@ def write_data(self,date,objpath,src_varname,out_varname): src_stn_list = 'C' + stn_list #Template for url to download from: - url_template = 'https://dd.weather.gc.ca/observations/swob-ml/{date_str}/' - #url_template = 'http://hpfx.collab.science.gc.ca/{date_str}/WXO-DD/observations/swob-ml/{date_str}/' + #url_template = 'https://dd.weather.gc.ca/observations/swob-ml/{date_str}/' + url_template = 'http://hpfx.collab.science.gc.ca/{date_str}/WXO-DD/observations/swob-ml/{date_str}/' #Template for file names: fname_template = ['{stn}/{dt_str}-{stn}-MAN-swob.xml','{stn}/{dt_str}-{stn}-AUTO-swob.xml']