Skip to content

Commit

Permalink
Update DataMart_hourly_download.py (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
KYSIEMENS authored Aug 20, 2024
1 parent f6c4c71 commit befecc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/python/DataMart_hourly_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']

Expand Down

0 comments on commit befecc8

Please sign in to comment.